From: Amos Jeffries Date: Fri, 17 Jun 2011 12:34:42 +0000 (+1200) Subject: Library fixes in testUfs X-Git-Tag: take08~55^2~124^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3f71ee92a27bd8f150397e630c14fee6bdcc870;p=thirdparty%2Fsquid.git Library fixes in testUfs --- diff --git a/src/Makefile.am b/src/Makefile.am index d4339a1440..c65d35ac6f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -630,7 +630,7 @@ recv_announce_SOURCES = recv-announce.cc ## ACLChecklist.cc wants ACLProxyAuth.cc directly ## ACLProxyAuth.cc wants ACLUserData ## ACLProxyAuth.cc wants ACLRegexData -## cache_cf.cc wants libauth.la +## cache_cf.cc wants $(AUTH_LIBS) ## cache_cf.cc wants Swapdir ## cache_cf.cc wants ProtoPort ## client_side wants client_db @@ -1070,7 +1070,7 @@ tests_testHttpReply_DEPENDENCIES= $(SQUID_CPPUNIT_LA) ## acl needs wordlist. wordlist needs MemBug ## MemBuf needs mem, MemBuf needs event, ## event needs cbdata. -## ACLMaxUserUP needs libauth.la +## ACLMaxUserUP needs $(AUTH_LIBS) ## ACLMaxUserIP needs ACLChecklist ## AuthUser request needs HttpHeader, which brings in ## ETag.cc \ @@ -2541,16 +2541,6 @@ tests_testUfs_LDADD = \ anyp/libanyp.la \ $(DISK_LIBS) \ $(DISK_OS_LIBS) \ - $(AUTH_ACL_LIBS) \ - ident/libident.la \ - eui/libeui.la \ - acl/libstate.la \ - auth/libauth.la \ - acl/libapi.la \ - fs/libfs.la \ - ipc/libipc.la \ - mgr/libmgr.la \ - libsquid.la \ $(SSL_LIBS) \ comm/libcomm.la \ base/libbase.la \