From: Francesco Chemolli Date: Mon, 28 Oct 2013 10:58:04 +0000 (+0100) Subject: Removed dependency on libauth from testUrl X-Git-Tag: SQUID_3_5_0_1~570^2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4705ac994c25bd18c3a0ac55e94f672ec4fbca1c;p=thirdparty%2Fsquid.git Removed dependency on libauth from testUrl --- diff --git a/src/Makefile.am b/src/Makefile.am index 4fe441d583..2fcd7396f8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3399,7 +3399,6 @@ tests_testRock_DEPENDENCIES = \ ## TODO: Trim this down once the insanity is over. tests_testURL_SOURCES = \ AccessLogEntry.cc \ - $(ACL_REGISTRATION_SOURCES) \ BodyPipe.cc \ cache_cf.h \ AuthReg.h \ @@ -3577,6 +3576,7 @@ tests_testURL_SOURCES = \ MemStore.cc \ tests/stub_debug.cc \ tests/stub_DiskIOModule.cc \ + tests/stub_libauth.cc \ tests/stub_main_cc.cc \ tests/stub_ipc_Forwarder.cc \ tests/stub_store_stats.cc \ @@ -3611,7 +3611,6 @@ tests_testURL_LDADD = \ acl/libacls.la \ eui/libeui.la \ acl/libstate.la \ - $(AUTH_LIBS) \ acl/libapi.la \ base/libbase.la \ libsquid.la \