BIND 10 trac2108_3, updated. 365c64286ae8724ed8af98af64228db8e605b30d [2108] Update build for testdata directory
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Sep 6 01:38:38 UTC 2012
The branch, trac2108_3 has been updated
via 365c64286ae8724ed8af98af64228db8e605b30d (commit)
from 1af7d120c3e58a3f503902d50ab5d3201c5cd2f9 (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 365c64286ae8724ed8af98af64228db8e605b30d
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Sep 6 07:08:26 2012 +0530
[2108] Update build for testdata directory
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
src/lib/datasrc/memory/tests/Makefile.am | 2 ++
2 files changed, 3 insertions(+)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index c00b9cd..0bfa627 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1166,6 +1166,7 @@ AC_CONFIG_FILES([Makefile
src/lib/datasrc/Makefile
src/lib/datasrc/memory/Makefile
src/lib/datasrc/memory/tests/Makefile
+ src/lib/datasrc/memory/tests/testdata/Makefile
src/lib/datasrc/memory/benchmarks/Makefile
src/lib/datasrc/tests/Makefile
src/lib/datasrc/tests/testdata/Makefile
diff --git a/src/lib/datasrc/memory/tests/Makefile.am b/src/lib/datasrc/memory/tests/Makefile.am
index ae32c69..0895b5c 100644
--- a/src/lib/datasrc/memory/tests/Makefile.am
+++ b/src/lib/datasrc/memory/tests/Makefile.am
@@ -1,3 +1,5 @@
+SUBDIRS = testdata .
+
AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
AM_CPPFLAGS += -I$(top_builddir)/src/lib/dns -I$(top_srcdir)/src/lib/dns
AM_CPPFLAGS += $(BOOST_INCLUDES)
More information about the bind10-changes
mailing list