]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed linking issue in tests/testCoss
authorFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 3 Dec 2009 10:58:30 +0000 (11:58 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 3 Dec 2009 10:58:30 +0000 (11:58 +0100)
Fixed libtoolization in lib/libTrie

lib/libTrie/configure.in
src/Makefile.am

index d7003a99ff4eaf15f0c463e2ed2e6882776dfc9d..a407a81e15cee60a582577737eaa41d0307db245 100644 (file)
@@ -57,6 +57,14 @@ AM_INIT_AUTOMAKE(libTrie, 0.1)
 AM_MAINTAINER_MODE
 AC_PROG_RANLIB
 
+AC_LIBTOOL_DLOPEN
+AC_LIBLTDL_CONVENIENCE
+AC_PROG_LIBTOOL
+AC_LTDL_DLLIB
+AC_SUBST(INCLTDL)
+AC_SUBST(LIBLTDL)
+
+
 dnl set useful flags
 if test "$GCC" = "yes"; then
    TRIE_CFLAGS="-Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments"
index 6871baf219972814690ae1766494c77ca3a3a27b..d8c057ac0cda469542b19f5387d40b018c60486e 100644 (file)
@@ -2034,6 +2034,7 @@ tests_testCoss_SOURCES = \
        tests/stub_cache_manager.cc \
        $(SWAP_TEST_SOURCES)
 nodist_tests_testCoss_SOURCES = \
+       swap_log_op.cc \
        $(SWAP_TEST_GEN_SOURCES)
 tests_testCoss_LDADD = \
        libsquid.la \