summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/Makefile.am
blob: 9fcad4e77c93cf44ed5fcf3ff793233ba35482c1 (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
27
NULL =

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

EXTRA_DIST =			\
	$(NULL)

MAINTAINERCLEANFILES =		\
	*~			\
	Makefile.in