mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
bab88eb1ed
The helper will be used to handle CA-related certificate renewal requests. Reviewed-By: Petr Viktorin <pviktori@redhat.com>
16 lines
242 B
Makefile
16 lines
242 B
Makefile
NULL =
|
|
|
|
appdir = $(libexecdir)/certmonger/
|
|
app_SCRIPTS = \
|
|
dogtag-ipa-retrieve-agent-submit \
|
|
dogtag-ipa-ca-renew-agent-submit \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_SCRIPTS) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|