mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-27 09:21:59 -06:00
28 lines
426 B
Makefile
28 lines
426 B
Makefile
NULL =
|
|
|
|
appdir = $(pythondir)/ipaserver
|
|
app_PYTHON = \
|
|
__init__.py \
|
|
bindinstance.py \
|
|
cainstance.py \
|
|
dsinstance.py \
|
|
ipaldap.py \
|
|
krbinstance.py \
|
|
httpinstance.py \
|
|
ntpinstance.py \
|
|
adtrustinstance.py \
|
|
service.py \
|
|
installutils.py \
|
|
replication.py \
|
|
certs.py \
|
|
ldapupdate.py \
|
|
certmonger.py \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|