Imported Upstream version 4.6.2
This commit is contained in:
34
daemons/dnssec/Makefile.am
Normal file
34
daemons/dnssec/Makefile.am
Normal file
@@ -0,0 +1,34 @@
|
||||
# This file will be processed with automake-1.7 to create Makefile.in
|
||||
#
|
||||
AUTOMAKE_OPTIONS = 1.7
|
||||
|
||||
appdir = $(libexecdir)/ipa/
|
||||
dist_app_SCRIPTS = \
|
||||
ipa-dnskeysyncd \
|
||||
ipa-dnskeysync-replica \
|
||||
ipa-ods-exporter
|
||||
|
||||
dist_noinst_DATA = \
|
||||
ipa-dnskeysyncd.service.in \
|
||||
ipa-ods-exporter.service.in \
|
||||
ipa-ods-exporter.socket.in
|
||||
|
||||
systemdsystemunit_DATA = \
|
||||
ipa-dnskeysyncd.service \
|
||||
ipa-ods-exporter.service \
|
||||
ipa-ods-exporter.socket
|
||||
|
||||
CLEANFILES = $(systemdsystemunit_DATA)
|
||||
|
||||
%: %.in Makefile
|
||||
sed \
|
||||
-e 's|@libexecdir[@]|$(libexecdir)|g' \
|
||||
-e 's|@localstatedir[@]|$(localstatedir)|g' \
|
||||
-e 's|@sysconfenvdir[@]|$(sysconfenvdir)|g' \
|
||||
-e 's|@ODS_USER[@]|$(ODS_USER)|g' \
|
||||
-e 's|@NAMED_GROUP[@]|$(NAMED_GROUP)|g' \
|
||||
'$(srcdir)/$@.in' >$@
|
||||
|
||||
dnssecconfdir = $(IPA_SYSCONF_DIR)/dnssec
|
||||
install-data-hook:
|
||||
$(INSTALL) -d -m 755 $(DESTDIR)$(dnssecconfdir)
|
||||
Reference in New Issue
Block a user