]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1207] remove makefile memory_datasrc.cc dependency
authorJelte Jansen <jelte@isc.org>
Wed, 16 May 2012 14:28:49 +0000 (16:28 +0200)
committerJelte Jansen <jelte@isc.org>
Wed, 16 May 2012 14:28:49 +0000 (16:28 +0200)
Which is now no longer necessary

src/bin/auth/Makefile.am
src/bin/auth/tests/Makefile.am

index 66abbe2db683f6b6ebfac4090bf3a593ac21320c..d80c01030ddd032479d7ea961b2aa8a3d0ee0600 100644 (file)
@@ -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
index f9fac2fdacc3543ed800e60ca8106a668d4558a1..76ef1ab4008b20c543c0256bf8359a969dc68408 100644 (file)
@@ -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