summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install/share/Makefile.am
blob: 36837356d25924f3f2bd33912ac0bf8c9f4b3ed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
NULL =

appdir = $(IPA_DATA_DIR)
app_DATA =				\
	60kerberos.ldif			\
	60samba.ldif			\
	60radius.ldif			\
	60ipaconfig.ldif		\
	bootstrap-template.ldif		\
	default-aci.ldif		\
	kerberos.ldif			\
	indeces.ldif			\
	bind.named.conf.template	\
	bind.zone.db.template		\
	certmap.conf.template		\
	kdc.conf.template		\
	krb5.conf.template		\
	krb5.ini.template		\
	krb.con.template		\
	krbrealm.con.template		\
	ntp.conf.server.template 	\
	preferences.html.template 	\
	radius.radiusd.conf.template	\
	referint-conf.ldif		\
	dna-posix.ldif			\
	master-entry.ldif		\
	memberof-task.ldif		\
	$(NULL)

EXTRA_DIST =				\
	$(app_DATA)			\
	$(NULL)

MAINTAINERCLEANFILES =			\
	*~				\
	Makefile.in