mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
c3169add3b
Reviewed-By: Petr Viktorin <pviktori@redhat.com>
23 lines
358 B
Makefile
23 lines
358 B
Makefile
NULL =
|
|
|
|
appdir = $(pythondir)/ipaserver/install
|
|
app_PYTHON = \
|
|
__init__.py \
|
|
baseupdate.py \
|
|
fix_replica_agreements.py \
|
|
rename_managed.py \
|
|
dns.py \
|
|
updateclient.py \
|
|
update_services.py \
|
|
update_anonymous_aci.py \
|
|
update_pacs.py \
|
|
ca_renewal_master.py \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|