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