mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
11266d039f
The ipa_webgui and ipa_kpasswd instance code is identical and I want to add another similar instance down the line, so re-factor the code into a service.SimpleServiceInstance class. Signed-off-by: Mark McLoughlin <markmc@redhat.com>
25 lines
354 B
Makefile
25 lines
354 B
Makefile
NULL =
|
|
|
|
appdir = $(pythondir)/ipaserver
|
|
app_PYTHON = \
|
|
__init__.py \
|
|
bindinstance.py \
|
|
dsinstance.py \
|
|
ipaldap.py \
|
|
krbinstance.py \
|
|
httpinstance.py \
|
|
ntpinstance.py \
|
|
service.py \
|
|
installutils.py \
|
|
replication.py \
|
|
certs.py \
|
|
sysrestore.py \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|