summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install/share/Makefile.am
blob: 50d81c3ad52bc9acb03bc50cc4e86935a7e00df6 (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
NULL =

appdir = $(IPA_DATA_DIR)
app_DATA =			\
	60kerberos.ldif		\
	60samba.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 \
	$(NULL)

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

MAINTAINERCLEANFILES =		\
	*~			\
	Makefile.in