summaryrefslogtreecommitdiffstats
path: root/install/restart_scripts/Makefile.am
blob: fc45ecc888a9e3a728ef49564c45b7e89ebed465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
NULL =

appdir = $(libdir)/ipa/certmonger
app_DATA =                              \
	restart_dirsrv			\
	restart_httpd			\
	restart_pkicad			\
	renew_ca_cert			\
	renew_ra_cert			\
	stop_pkicad			\
	$(NULL)

EXTRA_DIST =                            \
        $(app_DATA)                     \
        $(NULL)

MAINTAINERCLEANFILES =                  \
        *~                              \
        Makefile.in