From: JINMEI Tatuya Date: Fri, 21 Sep 2012 22:39:35 +0000 (-0700) Subject: [2219] removed memory_datasrc.cc from b10-auth's Makefile.am's. X-Git-Tag: trac2351_base~37^2~1^2~13^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82225f72c3af83d8ca5e2b33b0e93d32b1e2fdbf;p=thirdparty%2Fkea.git [2219] removed memory_datasrc.cc from b10-auth's Makefile.am's. we don't need it any more. --- diff --git a/src/bin/auth/Makefile.am b/src/bin/auth/Makefile.am index 9e24433d29..3efa9d31b6 100644 --- a/src/bin/auth/Makefile.am +++ b/src/bin/auth/Makefile.am @@ -57,12 +57,6 @@ b10_auth_SOURCES += common.h common.cc b10_auth_SOURCES += statistics.cc statistics.h b10_auth_SOURCES += datasrc_configurator.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. This should've been moot after #1207, but there is still -# one dependency; the in-memory-specific zone loader call is still in -# auth. -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/benchmarks/Makefile.am b/src/bin/auth/benchmarks/Makefile.am index c09230a75b..948e71817f 100644 --- a/src/bin/auth/benchmarks/Makefile.am +++ b/src/bin/auth/benchmarks/Makefile.am @@ -17,12 +17,6 @@ query_bench_SOURCES += ../auth_srv.h ../auth_srv.cc query_bench_SOURCES += ../auth_config.h ../auth_config.cc query_bench_SOURCES += ../statistics.h ../statistics.cc query_bench_SOURCES += ../auth_log.h ../auth_log.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. -query_bench_SOURCES += ${top_srcdir}/src/lib/datasrc/memory_datasrc.cc nodist_query_bench_SOURCES = ../auth_messages.h ../auth_messages.cc diff --git a/src/bin/auth/tests/Makefile.am b/src/bin/auth/tests/Makefile.am index f87ed4cfa5..75e4a27a7b 100644 --- a/src/bin/auth/tests/Makefile.am +++ b/src/bin/auth/tests/Makefile.am @@ -52,13 +52,6 @@ run_unittests_SOURCES += query_unittest.cc run_unittests_SOURCES += statistics_unittest.cc run_unittests_SOURCES += datasrc_configurator_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. This should've been moot after #1207, but there is still -# one dependency; the in-memory-specific zone loader call is still in -# auth. -run_unittests_SOURCES += ${top_srcdir}/src/lib/datasrc/memory_datasrc.cc - nodist_run_unittests_SOURCES = ../auth_messages.h ../auth_messages.cc