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

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

EXTRA_DIST =			\
	$(NULL)

MAINTAINERCLEANFILES =		\
	*~			\
	Makefile.in