mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-05 13:45:03 -06:00
04636b8ae7
Move some ACI functions around in preparation for cli delegation
34 lines
432 B
Makefile
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
|