blob: 2dc476f188cb284f60a284a6cf90cf3c1ee8692f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
NULL =
appdir = $(libexecdir)/certmonger/
app_SCRIPTS = \
dogtag-ipa-ca-renew-agent-submit \
ipa-server-guard \
$(NULL)
EXTRA_DIST = \
$(app_SCRIPTS) \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in
|