]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed linking issues
authorFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 28 Oct 2013 14:09:13 +0000 (15:09 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 28 Oct 2013 14:09:13 +0000 (15:09 +0100)
src/Makefile.am
src/tests/stub_libacls.cc

index e5b4108c3fd8ecbcd3bf0e685d8907cef676afb7..2fa4b47e6fc716872c3fbdfcaeb95a4afd0c181a 100644 (file)
@@ -744,7 +744,6 @@ ufsdump_SOURCES = \
        fd.h \
        tests/stub_fd.cc
 ufsdump_LDADD = \
-       $(AUTH_ACL_LIBS) \
        ident/libident.la \
        acl/libacls.la \
        eui/libeui.la \
@@ -766,7 +765,6 @@ ufsdump_LDADD = \
        $(MINGW_LIBS) \
        $(XTRA_LIBS)
 ufsdump_DEPENDENCIES = \
-       $(AUTH_ACL_LIBS) \
        ident/libident.la \
        acl/libacls.la \
        eui/libeui.la \
@@ -2501,7 +2499,6 @@ tests_test_http_range_LDADD = \
        ident/libident.la \
        acl/libacls.la \
        acl/libstate.la \
-       $(AUTH_LIBS) \
        acl/libapi.la \
        libsquid.la \
        ip/libip.la \
@@ -2713,6 +2710,7 @@ tests_testHttpRequest_SOURCES = \
        peer_userhash.h \
        peer_userhash.cc \
        redirect.h \
+       tests/stub_libacls.cc \
        tests/stub_redirect.cc \
        refresh.h \
        refresh.cc \
@@ -2779,7 +2777,6 @@ tests_testHttpRequest_SOURCES = \
 nodist_tests_testHttpRequest_SOURCES = \
        $(BUILT_SOURCES)
 tests_testHttpRequest_LDADD = \
-       $(AUTH_ACL_LIBS) \
        ident/libident.la \
        acl/libacls.la \
        acl/libstate.la \
@@ -2962,7 +2959,6 @@ nodist_tests_testStore_SOURCES= \
 
 tests_testStore_LDADD= \
        http/libsquid-http.la \
-       $(AUTH_ACL_LIBS) \
        ident/libident.la \
        acl/libacls.la \
        acl/libstate.la \
@@ -3031,7 +3027,6 @@ tests_testString_DEPENDENCIES = \
 SWAP_TEST_DS =\
        repl_modules.o \
        $(DISK_LIBS) \
-       $(AUTH_ACL_LIBS) \
        ident/libident.la \
        acl/libacls.la \
        acl/libstate.la \
@@ -3188,7 +3183,6 @@ tests_testUfs_LDADD = \
        http/libsquid-http.la \
        CommCalls.o \
        DnsLookupDetails.o \
-       $(AUTH_ACL_LIBS) \
        ident/libident.la \
        acl/libacls.la \
        acl/libstate.la \
index 47eecb9233d56d0c713dc237c3cfd0b30e639a67..06bce643e2ff5039842b491fdc65c7ce8bbe50a7 100644 (file)
@@ -23,7 +23,7 @@ wordlist * ACLMaxUserIP::dump() const STUB
 
 #include "auth/AclProxyAuth.h"
 ACLProxyAuth::~ACLProxyAuth() STUB
-ACLProxyAuth::ACLProxyAuth(ACLData<char const *> *newData, char const *theType) STUB
+ACLProxyAuth::ACLProxyAuth(ACLData<char const *> *, char const *) STUB
 ACLProxyAuth::ACLProxyAuth (ACLProxyAuth const &) STUB
 ACLProxyAuth & ACLProxyAuth::operator= (ACLProxyAuth const &) STUB
 char const * ACLProxyAuth::typeString() const STUB