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

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

EXTRA_DIST =			\
	$(NULL)

MAINTAINERCLEANFILES =		\
	*~			\
	Makefile.in