summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install/Makefile.am
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmill@redhat.com>2007-12-06 17:17:43 -0500
committerKarl MacMillan <kmacmill@redhat.com>2007-12-06 17:17:43 -0500
commit3b4f0db73e73912e39baa4a4c8b8c2e9ae3ab5be (patch)
treed1326b1160c2f227179e36ee08761a80491dbc8c /ipa-server/ipa-install/Makefile.am
parentad3fcc200c88a5b4d5502c1f5415f72d293ae581 (diff)
downloadfreeipa-3b4f0db73e73912e39baa4a4c8b8c2e9ae3ab5be.tar.gz
freeipa-3b4f0db73e73912e39baa4a4c8b8c2e9ae3ab5be.tar.xz
freeipa-3b4f0db73e73912e39baa4a4c8b8c2e9ae3ab5be.zip
Convert the setup of ssl from a shell script to a
python module. This is in preparation for user supplied certs.
Diffstat (limited to 'ipa-server/ipa-install/Makefile.am')
-rw-r--r--ipa-server/ipa-install/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/ipa-server/ipa-install/Makefile.am b/ipa-server/ipa-install/Makefile.am
index 4765cfb54..1b46d354b 100644
--- a/ipa-server/ipa-install/Makefile.am
+++ b/ipa-server/ipa-install/Makefile.am
@@ -10,14 +10,8 @@ sbin_SCRIPTS = \
ipa-replica-prepare \
$(NULL)
-appdir = $(IPA_DATA_DIR)
-app_SCRIPTS = \
- ipa-server-setupssl \
- $(NULL)
-
EXTRA_DIST = \
README \
- $(app_SCRIPTS) \
$(sbin_SCRIPTS) \
$(NULL)