BIND 10 trac1207, updated. 014746f188ea8de6931b9ec7496303db994c092d [1207] remove makefile memory_datasrc.cc dependency
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 16 14:29:31 UTC 2012
The branch, trac1207 has been updated
via 014746f188ea8de6931b9ec7496303db994c092d (commit)
from f8848254849ec37587250cf9f6660aa20264495a (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 014746f188ea8de6931b9ec7496303db994c092d
Author: Jelte Jansen <jelte at isc.org>
Date: Wed May 16 16:28:49 2012 +0200
[1207] remove makefile memory_datasrc.cc dependency
Which is now no longer necessary
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/Makefile.am | 6 ------
src/bin/auth/tests/Makefile.am | 7 -------
2 files changed, 0 insertions(+), 13 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/Makefile.am b/src/bin/auth/Makefile.am
index 66abbe2..d80c010 100644
--- a/src/bin/auth/Makefile.am
+++ b/src/bin/auth/Makefile.am
@@ -49,12 +49,6 @@ b10_auth_SOURCES += command.cc command.h
b10_auth_SOURCES += common.h common.cc
b10_auth_SOURCES += statistics.cc statistics.h
b10_auth_SOURCES += main.cc
-# This is a temporary workaround for #1206, where the InMemoryClient has been
-# moved to an ldopened library. We could add that library to LDADD, but that
-# is nonportable. When #1207 is done this becomes moot anyway, and the
-# specific workaround is not needed anymore, so we can then remove this
-# line again.
-b10_auth_SOURCES += ${top_srcdir}/src/lib/datasrc/memory_datasrc.cc
nodist_b10_auth_SOURCES = auth_messages.h auth_messages.cc
EXTRA_DIST += auth_messages.mes
diff --git a/src/bin/auth/tests/Makefile.am b/src/bin/auth/tests/Makefile.am
index f9fac2f..76ef1ab 100644
--- a/src/bin/auth/tests/Makefile.am
+++ b/src/bin/auth/tests/Makefile.am
@@ -42,13 +42,6 @@ run_unittests_SOURCES += common_unittest.cc
run_unittests_SOURCES += query_unittest.cc
run_unittests_SOURCES += statistics_unittest.cc
run_unittests_SOURCES += run_unittests.cc
-# This is a temporary workaround for #1206, where the InMemoryClient has been
-# moved to an ldopened library. We could add that library to LDADD, but that
-# is nonportable. When #1207 is done this becomes moot anyway, and the
-# specific workaround is not needed anymore, so we can then remove this
-# line again.
-run_unittests_SOURCES += ${top_srcdir}/src/lib/datasrc/memory_datasrc.cc
-
nodist_run_unittests_SOURCES = ../auth_messages.h ../auth_messages.cc
More information about the bind10-changes
mailing list