]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix 'make check' for --disable-unlinkd
authorwessels <>
Tue, 24 Apr 2007 06:40:25 +0000 (06:40 +0000)
committerwessels <>
Tue, 24 Apr 2007 06:40:25 +0000 (06:40 +0000)
commita65d4fbb9623fc751025709cbaede03fdb44aeea
treed37b7eb5ba0de4b1fcb07027ec5dc4453b7446fa
parent4e849646bed4c82d9b9ddfda961667edad1b091e
Fix 'make check' for --disable-unlinkd

'make check' fails with --disable-unlinkd because the Makefiles refer
to unlinkd.cc, which should not be compiled when it is disabled.  Fixed
by changing references of unlinkd.cc to the $(UNLINKDSOURCE) macro.
src/Makefile.am