freeipa/ipa-server/xmlrpc-server/Makefile.am
Rob Crittenden 49148dc34a Redirect users when they don't use the FQDN on both SSL and non-SSL ports
We update the mod_nss configuration (nss.conf) during installation to include
ipa-rewrite.conf to handle the SSL side.

433054
2008-02-21 16:25:09 -05:00

39 lines
513 B
Makefile

NULL =
SUBDIRS = \
test \
$(NULL)
htmldir = $(IPA_DATA_DIR)/html
html_DATA = \
ssbrowser.html \
unauthorized.html \
$(NULL)
coredir = $(pythondir)/ipaserver
core_PYTHON = \
attrs.py \
funcs.py \
$(NULL)
serverdir = $(IPA_DATA_DIR)/ipaserver
server_PYTHON = \
ipaxmlrpc.py \
$(NULL)
appdir = $(IPA_DATA_DIR)
app_DATA = \
ipa.conf \
ipa-rewrite.conf \
$(NULL)
EXTRA_DIST = \
README \
$(app_DATA) \
$(html_DATA) \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in