From: Amos Jeffries Date: Tue, 17 Jan 2012 08:34:49 +0000 (-0700) Subject: Cleanup: unlinkd is self-contained X-Git-Tag: SQUID_3_2_0_15~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8069c9128127061df55fc9d23576650e112eba04;p=thirdparty%2Fsquid.git Cleanup: unlinkd is self-contained This helper is very minimal. It does not use IP:: or Ipc:: symbols. If we get linkage issues against it for them those need to be resolved without pulling in dependencies from squid internal libraries. --- diff --git a/src/Makefile.am b/src/Makefile.am index 454ba63d37..f000372ad0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -627,8 +627,6 @@ INCLUDES += $(KRB5INCS) unlinkd_SOURCES = unlinkd_daemon.cc unlinkd_LDADD = \ - ipc/libipc.la \ - ip/libip.la \ $(COMPAT_LIB) \ $(XTRA_LIBS)