]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Library fixes in testUfs
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 17 Jun 2011 12:34:42 +0000 (00:34 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 17 Jun 2011 12:34:42 +0000 (00:34 +1200)
src/Makefile.am

index d4339a14406e3c2a73c9f66729d72e6d36d0e7e9..c65d35ac6f87ead6c20f7a8d6e93ad17f2321cb3 100644 (file)
@@ -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 \