summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/Makefile.am
blob: 8932eadbb7ace71372277259a557884d989ea2c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
NULL =

appdir = $(pythondir)/ipaserver
app_PYTHON = 			\
	__init__.py		\
	bindinstance.py		\
	cainstance.py		\
	dsinstance.py		\
	ipaldap.py		\
	krbinstance.py		\
	httpinstance.py		\
	ntpinstance.py		\
	service.py		\
	installutils.py		\
	replication.py		\
	certs.py		\
        ldapupdate.py		\
        certmonger.py		\
	$(NULL)

EXTRA_DIST =			\
	$(NULL)

MAINTAINERCLEANFILES =		\
	*~			\
	Makefile.in