summaryrefslogtreecommitdiffstats
path: root/install/share/Makefile.am
blob: 6ef43ba2451a45ffa628191b033ba6b7e4806e7b (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
37
38
39
40
41
42
NULL =

appdir = $(IPA_DATA_DIR)
app_DATA =				\
	05rfc2247.ldif			\
	60kerberos.ldif			\
	60samba.ldif			\
	60radius.ldif			\
	60ipaconfig.ldif		\
	60basev2.ldif			\
	60policyv2.ldif			\
	bootstrap-template.ldif		\
	default-aci.ldif		\
	default-keytypes.ldif		\
	kerberos.ldif			\
	indices.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 	\
	ntpd.sysconfig.template 	\
	preferences.html.template 	\
	referint-conf.ldif		\
	dna-posix.ldif			\
	master-entry.ldif		\
	memberof-task.ldif		\
	unique-attributes.ldif		\
	schema_compat.uldif	\
	$(NULL)

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

MAINTAINERCLEANFILES =			\
	*~				\
	Makefile.in