Browse Source

Revert the special link-only-to-data.o so it builds on debian(-derived) systems again. This should break the sunstudio build again, looking into how that can be fixed (but i don't have access to that specific machine yet).

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2324 e5f2f494-b856-4b98-b285-d166d9295462
Jelte Jansen 15 years ago
parent
commit
ad60bb544e
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/lib/config/tests/Makefile.am

+ 4 - 1
src/lib/config/tests/Makefile.am

@@ -22,7 +22,10 @@ run_unittests_LDADD =  $(GTEST_LDADD)
 run_unittests_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la
 run_unittests_LDADD += libfake_session.la
 run_unittests_LDADD += $(top_builddir)/src/lib/config/libcfgclient.la
-run_unittests_LDADD += $(top_builddir)/src/lib/cc/libcc.la
+# link *only* to data.o from lib/cc (more importantly, don't link in
+# the session class provided there, since we use our own fake_session
+# here)
+run_unittests_LDADD += $(top_builddir)/src/lib/cc/data.o
 
 endif