summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install/share/Makefile.am
diff options
context:
space:
mode:
authorJohn Dennis <jdennis@redhat.com>2007-11-03 12:22:20 -0400
committerJohn Dennis <jdennis@redhat.com>2007-11-03 12:22:20 -0400
commit8cfd270f3441094390d16df9c0d59b0c7ce42284 (patch)
tree1fbd3e64fe4ae3526b893025b147c250357d6c35 /ipa-server/ipa-install/share/Makefile.am
parent8f4362f2f2ace9ed017dc5307c54290eb103842e (diff)
downloadfreeipa-8cfd270f3441094390d16df9c0d59b0c7ce42284.tar.gz
freeipa-8cfd270f3441094390d16df9c0d59b0c7ce42284.tar.xz
freeipa-8cfd270f3441094390d16df9c0d59b0c7ce42284.zip
merge initial radius work
Diffstat (limited to 'ipa-server/ipa-install/share/Makefile.am')
-rw-r--r--ipa-server/ipa-install/share/Makefile.am42
1 files changed, 22 insertions, 20 deletions
diff --git a/ipa-server/ipa-install/share/Makefile.am b/ipa-server/ipa-install/share/Makefile.am
index 50d81c3ad..cdccb5893 100644
--- a/ipa-server/ipa-install/share/Makefile.am
+++ b/ipa-server/ipa-install/share/Makefile.am
@@ -1,28 +1,30 @@
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 \
+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 \
$(NULL)
-EXTRA_DIST = \
- $(app_DATA) \
+EXTRA_DIST = \
+ $(app_DATA) \
$(NULL)
-MAINTAINERCLEANFILES = \
- *~ \
+MAINTAINERCLEANFILES = \
+ *~ \
Makefile.in