summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/plugins/Makefile.am
blob: 624e826875e2e7c732927c01322cccd767c590c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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		\
	$(NULL)

EXTRA_DIST =			\
	$(NULL)

MAINTAINERCLEANFILES =		\
	*~			\
	Makefile.in