summaryrefslogtreecommitdiffstats
path: root/ipa-client/ipaclient/Makefile.am
blob: 1d7df526610e444691254eefde19e6ba169af576 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
NULL =

appdir = $(pythondir)/ipaclient
app_PYTHON = 			\
	__init__.py		\
	ipachangeconf.py	\
	ipadiscovery.py		\
	ntpconf.py		\
	$(NULL)

EXTRA_DIST =			\
	$(NULL)

MAINTAINERCLEANFILES =		\
	*~			\
	Makefile.in