blob: b103d567033e983cb536d1d99ea229cf863fd27d (
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
|
NULL =
appdir = $(IPA_DATA_DIR)
app_DATA = \
60kerberos.ldif \
60samba.ldif \
60radius.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 \
radius.radiusd.conf.template \
referint-conf.ldif \
dna-posix.ldif \
master-entry.ldif \
$(NULL)
EXTRA_DIST = \
$(app_DATA) \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in
|