freeipa/ipa-server/xmlrpc-server/Makefile.am
Rob Crittenden 04636b8ae7 Add an LDAP attribute -> label mapping function to XML-RPC layer
Move some ACI functions around in preparation for cli delegation
2007-10-22 17:06:52 -04:00

34 lines
432 B
Makefile

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