From: Amos Jeffries Date: Sun, 1 Jan 2012 04:48:49 +0000 (+1300) Subject: Cleanup: unlinkd is self-contained X-Git-Tag: BumpSslServerFirst.take05~12^2~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=333dd96d43105ce76f27eeaf177f32ba09471a84;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 d6de297721..2436a34d9a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -631,8 +631,6 @@ INCLUDES += $(KRB5INCS) unlinkd_SOURCES = unlinkd_daemon.cc unlinkd_LDADD = \ - ipc/libipc.la \ - ip/libip.la \ $(COMPAT_LIB) \ $(XTRA_LIBS)