BIND 10 master, updated. 3c162ca506c8fc08ab93374521807b2132e81c24 [master] Make sure dhcpsrv_messages.mes are included in distribution
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jan 7 18:16:16 UTC 2013
The branch, master has been updated
via 3c162ca506c8fc08ab93374521807b2132e81c24 (commit)
from 0de32e7fe21e18069d26e3d282ac8078c852f004 (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 3c162ca506c8fc08ab93374521807b2132e81c24
Author: Stephen Morris <stephen at isc.org>
Date: Mon Jan 7 18:14:03 2013 +0000
[master] Make sure dhcpsrv_messages.mes are included in distribution
Addendum to ticket 2524 - the makefile omitted to make sure the
dhcpsrv_messages.mes file were in the distribution tarball
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcpsrv/Makefile.am | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/Makefile.am b/src/lib/dhcpsrv/Makefile.am
index d535582..427198b 100644
--- a/src/lib/dhcpsrv/Makefile.am
+++ b/src/lib/dhcpsrv/Makefile.am
@@ -26,7 +26,8 @@ BUILT_SOURCES = dhcpsrv_messages.h dhcpsrv_messages.cc
# But older GCC compilers don't have the flag.
AM_CXXFLAGS += $(WARNING_NO_MISSING_FIELD_INITIALIZERS_CFLAG)
-CLEANFILES = *.gcno *.gcda
+# Make sure the generated files are deleted in a "clean" operation
+CLEANFILES = *.gcno *.gcda dhcpsrv_messages.h dhcpsrv_messages.cc
lib_LTLIBRARIES = libb10-dhcpsrv.la
libb10_dhcpsrv_la_SOURCES =
@@ -63,6 +64,9 @@ if USE_CLANGPP
libb10_dhcpsrv_la_CXXFLAGS += -Wno-unused-parameter
endif
+# The message file should be in the distribution
+EXTRA_DIST = dhcpsrv_messages.mes
+
# Distribute MySQL schema creation script and backend documentation
-EXTRA_DIST = dhcpdb_create.mysql database_backends.dox libdhcpsrv.dox
+EXTRA_DIST += dhcpdb_create.mysql database_backends.dox libdhcpsrv.dox
dist_pkgdata_DATA = dhcpdb_create.mysql
More information about the bind10-changes
mailing list