mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-15 19:01:55 -06:00
49148dc34a
We update the mod_nss configuration (nss.conf) during installation to include ipa-rewrite.conf to handle the SSL side. 433054
39 lines
513 B
Makefile
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
|