mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
b9ae769048
Synchronization is achieved using a global renewal lock. https://fedorahosted.org/freeipa/ticket/4803 Reviewed-By: David Kupka <dkupka@redhat.com>
16 lines
228 B
Makefile
16 lines
228 B
Makefile
NULL =
|
|
|
|
appdir = $(libexecdir)/certmonger/
|
|
app_SCRIPTS = \
|
|
dogtag-ipa-ca-renew-agent-submit \
|
|
ipa-server-guard \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_SCRIPTS) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|