BIND 10 master, updated. a622140d411b3f07a68a1451e19df36118a80650 [master] Merge branch 'trac2770' moves b10-dhcp4 and b10-dhcp6 server id files into --localstatedir/bind10.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Apr 10 14:53:25 UTC 2013
The branch, master has been updated
via a622140d411b3f07a68a1451e19df36118a80650 (commit)
via 479c0eeabb8cdb874385fd9ef2160bddf8a0a80f (commit)
via ba20d4a58b6d7ea93c69681372bd6f1064491d1a (commit)
from 66d1631eddb33c06140fc22f65b974562a8ccadb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a622140d411b3f07a68a1451e19df36118a80650
Merge: 66d1631 479c0ee
Author: Thomas Markwalder <tmark at isc.org>
Date: Wed Apr 10 10:52:25 2013 -0400
[master] Merge branch 'trac2770' moves b10-dhcp4 and b10-dhcp6 server id
files into --localstatedir/bind10.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcpsrv/Makefile.am | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/Makefile.am b/src/lib/dhcpsrv/Makefile.am
index db82513..f646dd6 100644
--- a/src/lib/dhcpsrv/Makefile.am
+++ b/src/lib/dhcpsrv/Makefile.am
@@ -1,6 +1,8 @@
SUBDIRS = . tests
-AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib -DDHCP_DATA_DIR="\"$(localstatedir)\""
+dhcp_data_dir = @localstatedir@/@PACKAGE@
+
+AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib -DDHCP_DATA_DIR="\"$(dhcp_data_dir)\""
AM_CPPFLAGS += $(BOOST_INCLUDES)
if HAVE_MYSQL
AM_CPPFLAGS += $(MYSQL_CPPFLAGS)
@@ -74,3 +76,8 @@ EXTRA_DIST = dhcpsrv_messages.mes
# Distribute MySQL schema creation script and backend documentation
EXTRA_DIST += dhcpdb_create.mysql database_backends.dox libdhcpsrv.dox
dist_pkgdata_DATA = dhcpdb_create.mysql
+
+install-data-local:
+ $(mkinstalldirs) $(DESTDIR)$(dhcp_data_dir)
+
+
More information about the bind10-changes
mailing list