blob: 3a2ef87d5b092683301f6babcffbb88ab32cce49 (
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
43
|
NULL =
appdir = $(IPA_DATA_DIR)
app_DATA = \
05rfc2247.ldif \
60kerberos.ldif \
60samba.ldif \
60radius.ldif \
60ipaconfig.ldif \
60basev2.ldif \
60policyv2.ldif \
bootstrap-template.ldif \
caJarSigningCert.cfg.template \
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
|