]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/Makefile.am
merge from trunk-r14768
[thirdparty/squid.git] / src / Makefile.am
index acdfd990732d5d50b7c3b0214351f993564f5ddc..40bf2de2e30a5326070b34c009bd9f6e4165a8a2 100644 (file)
@@ -1435,6 +1435,8 @@ tests_testCacheManager_LDADD = \
 tests_testCacheManager_LDFLAGS = $(LIBADD_DL)
 
 tests_testDiskIO_SOURCES = \
+       AccessLogEntry.cc \
+       AccessLogEntry.h \
        CacheDigest.h \
        tests/stub_CacheDigest.cc \
        cbdata.cc \
@@ -1540,6 +1542,7 @@ tests_testDiskIO_SOURCES = \
        tests/stub_libeui.cc \
        tests/stub_libformat.cc \
        tests/stub_libicmp.cc \
+       tests/stub_liblog.cc \
        tests/stub_MemStore.cc \
        mime.h \
        tests/stub_mime.cc \
@@ -1583,6 +1586,7 @@ tests_testDiskIO_LDADD = \
        fs/libfs.la \
        ipc/libipc.la \
        $(REPL_OBJS) \
+       $(ADAPTATION_LIBS) \
        DiskIO/libdiskio.la \
        acl/libapi.la \
        anyp/libanyp.la \
@@ -2898,6 +2902,8 @@ SWAP_TEST_DS =\
        $(REPL_OBJS)
 
 tests_testUfs_SOURCES = \
+       AccessLogEntry.cc \
+       AccessLogEntry.h \
        tests/testUfs.cc \
        tests/testUfs.h \
        tests/stub_cache_manager.cc \
@@ -2909,6 +2915,7 @@ tests_testUfs_SOURCES = \
        tests/stub_ipcache.cc \
        tests/stub_libeui.cc \
        tests/stub_libicmp.cc \
+       tests/stub_liblog.cc \
        tests/stub_MemStore.cc \
        tests/stub_neighbors.cc \
        tests/stub_pconn.cc \
@@ -3055,6 +3062,7 @@ tests_testUfs_LDADD = \
        ip/libip.la \
        mem/libmem.la \
        store/libstore.la \
+       $(ADAPTATION_LIBS) \
        sbuf/libsbuf.la \
        $(top_builddir)/lib/libmisccontainers.la \
        $(top_builddir)/lib/libmiscencoding.la \
@@ -3085,6 +3093,8 @@ testRefCount_LDADD = \
        $(XTRA_LIBS)
 
 tests_testRock_SOURCES = \
+       AccessLogEntry.cc \
+       AccessLogEntry.h \
        cbdata.cc \
        CacheDigest.h \
        CollapsedForwarding.h \
@@ -3183,6 +3193,7 @@ tests_testRock_SOURCES = \
        tests/stub_libeui.cc \
        tests/stub_libformat.cc \
        tests/stub_libicmp.cc \
+       tests/stub_liblog.cc \
        tests/stub_libmgr.cc \
        tests/stub_libsecurity.cc \
        tests/stub_MemStore.cc \
@@ -3228,6 +3239,7 @@ tests_testRock_LDADD = \
        base/libbase.la \
        mem/libmem.la \
        store/libstore.la \
+       $(ADAPTATION_LIBS) \
        sbuf/libsbuf.la \
        $(top_builddir)/lib/libmisccontainers.la \
        $(top_builddir)/lib/libmiscencoding.la \