BIND 10 trac2955, updated. a9b9f641970b7f2db1b1183fab3deaec454b5b75 [2955] Corrected typos in Makefile.ams.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri May 24 20:04:21 UTC 2013


The branch, trac2955 has been updated
       via  a9b9f641970b7f2db1b1183fab3deaec454b5b75 (commit)
      from  d7fe718898c7a8d1fbcebd4a4d47548d08ae1d98 (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 a9b9f641970b7f2db1b1183fab3deaec454b5b75
Author: Thomas Markwalder <tmark at isc.org>
Date:   Fri May 24 16:03:12 2013 -0400

    [2955] Corrected typos in Makefile.ams.

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

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

-----------------------------------------------------------------------
diff --git a/src/bin/d2/Makefile.am b/src/bin/d2/Makefile.am
index 201b4a8..8829764 100644
--- a/src/bin/d2/Makefile.am
+++ b/src/bin/d2/Makefile.am
@@ -48,7 +48,7 @@ pkglibexec_PROGRAMS = b10-d2
 
 b10_d2_SOURCES  = main.cc
 b10_d2_SOURCES += d2_log.cc d2_log.h
-b10_d2_SOURCES += d2_process.h 
+b10_d2_SOURCES += d_process.h 
 b10_d2_SOURCES += d2_process.cc d2_process.h
 
 nodist_b10_d2_SOURCES = d2_messages.h d2_messages.cc
diff --git a/src/bin/d2/tests/Makefile.am b/src/bin/d2/tests/Makefile.am
index de8db08..38701e1 100644
--- a/src/bin/d2/tests/Makefile.am
+++ b/src/bin/d2/tests/Makefile.am
@@ -52,8 +52,8 @@ if HAVE_GTEST
 TESTS += d2_unittests
 
 d2_unittests_SOURCES = ../d2_log.h ../d2_log.cc
-d2_unittests_SOURCES += ../d2_process.h 
-d2_unittests_SOURCES += ../d2_process.cc ../d2_process.h ../d_process.h
+d2_unittests_SOURCES += ../d_process.h 
+d2_unittests_SOURCES += ../d2_process.cc ../d2_process.h
 d2_unittests_SOURCES += d2_unittests.cc
 d2_unittests_SOURCES += d2_process_unittests.cc
 nodist_d2_unittests_SOURCES = ../d2_messages.h ../d2_messages.cc



More information about the bind10-changes mailing list