summaryrefslogtreecommitdiffstats
path: root/install/restart_scripts/Makefile.am
blob: 6002ee51e7267f085411bc13e02ca213e0e44801 (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 = $(libexecdir)/ipa/certmonger
app_DATA =                              \
	restart_dirsrv			\
	restart_httpd			\
	renew_ca_cert			\
	renew_kdc_cert			\
	renew_ra_cert			\
	stop_pkicad			\
	renew_ra_cert_pre		\
	$(NULL)

EXTRA_DIST =                            \
	restart_dirsrv.in			\
	restart_httpd.in			\
	renew_ca_cert.in			\
	renew_kdc_cert.in			\
	renew_ra_cert.in			\
	stop_pkicad.in			\
	renew_ra_cert_pre.in		\
	$(NULL)

PYTHON_SHEBANG = $(app_DATA)
CLEANFILES = $(PYTHON_SHEBANG)

include $(top_srcdir)/Makefile.pythonscripts.am