BIND 10 trac739, updated. a94c70e333e3082a55f8a82ff026aae9b35964ad [trac739] Correction for src/bin/resolver/tests/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Mon May 16 14:14:16 UTC 2011


The branch, trac739 has been updated
       via  a94c70e333e3082a55f8a82ff026aae9b35964ad (commit)
      from  b5673b0b0860921b516d9a0e514891e78e444578 (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 a94c70e333e3082a55f8a82ff026aae9b35964ad
Author: Stephen Morris <stephen at isc.org>
Date:   Mon May 16 15:10:19 2011 +0100

    [trac739] Correction for src/bin/resolver/tests/Makefile.am
    
    To cope with the fact that the resolverdef.{cc,h} files in the
    resolver directory are created during the build, they have to
    be specified in "nodist_run_unittests_SOURCES" - and not
    "noinst_run_unittests_SOURCES" as previously written.

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

Summary of changes:
 src/bin/resolver/tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/resolver/tests/Makefile.am b/src/bin/resolver/tests/Makefile.am
index 1da8cf5..22da0d2 100644
--- a/src/bin/resolver/tests/Makefile.am
+++ b/src/bin/resolver/tests/Makefile.am
@@ -27,7 +27,7 @@ run_unittests_SOURCES += resolver_config_unittest.cc
 run_unittests_SOURCES += response_scrubber_unittest.cc
 run_unittests_SOURCES += run_unittests.cc
 
-noinst_run_unittests_SOURCES = ../resolverdef.h ../resolverdef.cc
+nodist_run_unittests_SOURCES = ../resolverdef.h ../resolverdef.cc
 
 run_unittests_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_INCLUDES)
 run_unittests_LDFLAGS = $(AM_LDFLAGS) $(GTEST_LDFLAGS)




More information about the bind10-changes mailing list