BIND 10 master, updated. b015cf738dc87f33f5f9e3c16bed1f19b1a18fc4 [master] removed an extra =

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Dec 14 16:43:50 UTC 2011


The branch, master has been updated
       via  b015cf738dc87f33f5f9e3c16bed1f19b1a18fc4 (commit)
      from  a243ee281b5bc65c750925e20dfdca87f8914e2a (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 b015cf738dc87f33f5f9e3c16bed1f19b1a18fc4
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Dec 14 08:43:35 2011 -0800

    [master] removed an extra =

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

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

-----------------------------------------------------------------------
diff --git a/src/bin/dhcp4/tests/Makefile.am b/src/bin/dhcp4/tests/Makefile.am
index 12efb8e..dcda356 100644
--- a/src/bin/dhcp4/tests/Makefile.am
+++ b/src/bin/dhcp4/tests/Makefile.am
@@ -30,7 +30,7 @@ if HAVE_GTEST
 
 TESTS += dhcp4_unittests
 
-dhcp4_unittests_SOURCES == ../dhcp4_srv.h ../dhcp4_srv.cc
+dhcp4_unittests_SOURCES = ../dhcp4_srv.h ../dhcp4_srv.cc
 dhcp4_unittests_SOURCES += dhcp4_unittests.cc
 dhcp4_unittests_SOURCES += dhcp4_srv_unittest.cc
 




More information about the bind10-changes mailing list