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

EXTRA_DIST =			\
	$(NULL)

MAINTAINERCLEANFILES =		\
	*~			\
	Makefile.in