BIND 10 trac2746, updated. 4700bdc96332953deebe6b6c4204177a994e4930 [2746] Fix test makefile for new messages file

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Mar 7 11:20:01 UTC 2013


The branch, trac2746 has been updated
       via  4700bdc96332953deebe6b6c4204177a994e4930 (commit)
      from  835c041058405743d746a6cc02746018774540e4 (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 4700bdc96332953deebe6b6c4204177a994e4930
Author: Jelte Jansen <jelte at isc.org>
Date:   Thu Mar 7 12:06:40 2013 +0100

    [2746] Fix test makefile for new messages file

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/tests/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/Makefile.am b/src/lib/datasrc/tests/Makefile.am
index e4446c6..fa1f01c 100644
--- a/src/lib/datasrc/tests/Makefile.am
+++ b/src/lib/datasrc/tests/Makefile.am
@@ -63,7 +63,7 @@ run_unittests_SOURCES += zone_loader_unittest.cc
 # of libdatasrc)
 run_unittests_SOURCES += $(top_srcdir)/src/lib/datasrc/sqlite3_accessor.cc
 # Also, as of #2746, sqlite3-specific log messages are in a separate file
-run_unittests_SOURCES += $(top_srcdir)/src/lib/datasrc/sqlite3_datasrc_messages.cc
+nodist_run_unittests_SOURCES = $(abs_top_builddir)/src/lib/datasrc/sqlite3_datasrc_messages.cc
 
 run_unittests_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_INCLUDES)
 run_unittests_LDFLAGS  = $(AM_LDFLAGS)  $(GTEST_LDFLAGS)



More information about the bind10-changes mailing list