summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/plugins/Makefile.am
blob: e3b2e989b17458bf46c82c65666c746574b2dac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
NULL =

appdir = $(pythondir)/ipaserver/install
app_PYTHON = 			\
	__init__.py		\
	baseupdate.py		\
	fix_replica_memberof.py	\
	rename_managed.py	\
	dns.py			\
	updateclient.py		\
	$(NULL)

EXTRA_DIST =			\
	$(NULL)

MAINTAINERCLEANFILES =		\
	*~			\
	Makefile.in