[svn] commit: r1427 - /trunk/src/bin/bindctl/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Mar 16 00:06:52 UTC 2010


Author: jreed
Date: Tue Mar 16 00:06:52 2010
New Revision: 1427

Log:
Make sure example bindctl.pem is installed to share/data/bind10.
Also replace @@SYSCONFDIR@@ for bindctl. (But nothing uses that yet.)

Modified:
    trunk/src/bin/bindctl/Makefile.am

Modified: trunk/src/bin/bindctl/Makefile.am
==============================================================================
--- trunk/src/bin/bindctl/Makefile.am (original)
+++ trunk/src/bin/bindctl/Makefile.am Tue Mar 16 00:06:52 2010
@@ -6,9 +6,14 @@
 python_PYTHON = __init__.py bindcmd.py cmdparse.py exception.py moduleinfo.py mycollections.py
 pythondir = $(pyexecdir)/bindctl
 
+bindctldir = $(DESTDIR)$(pkgdatadir)
+bindctl_DATA = bindctl.pem
+EXTRA_DIST += bindctl.pem
+
 CLEANFILES = bindctl
 
 bindctl: bindctl-source.py
 	$(SED) -e "s|@@PYTHONPATH@@|@pyexecdir@|" \
+	       -e "s|@@SYSCONFDIR@@|@sysconfdir@|" \
 	       -e "s|@@LIBEXECDIR@@|$(pkglibexecdir)|" bindctl-source.py >$@
 	chmod a+x $@




More information about the bind10-changes mailing list