2012-04-10 21:21:08 +02:00
|
|
|
NULL =
|
|
|
|
|
|
2016-02-23 12:10:34 +01:00
|
|
|
appdir = $(libexecdir)/ipa/certmonger
|
2012-04-10 21:21:08 +02:00
|
|
|
app_DATA = \
|
|
|
|
|
restart_dirsrv \
|
|
|
|
|
restart_httpd \
|
2012-07-11 15:51:01 -04:00
|
|
|
renew_ca_cert \
|
2017-05-03 06:09:03 +00:00
|
|
|
renew_kdc_cert \
|
2012-07-11 15:51:01 -04:00
|
|
|
renew_ra_cert \
|
2014-12-02 13:18:36 -05:00
|
|
|
stop_pkicad \
|
2015-11-09 10:53:02 +01:00
|
|
|
renew_ra_cert_pre \
|
2012-04-10 21:21:08 +02:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2018-08-22 17:15:55 +02:00
|
|
|
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
|