]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cleanup: unlinkd is self-contained
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Jan 2012 04:48:49 +0000 (17:48 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Jan 2012 04:48:49 +0000 (17:48 +1300)
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.

src/Makefile.am

index d6de297721d69e42f288f6400fb2121b67c064d5..2436a34d9a3a7c1648a387d276528f4499893544 100644 (file)
@@ -631,8 +631,6 @@ INCLUDES += $(KRB5INCS)
 
 unlinkd_SOURCES = unlinkd_daemon.cc
 unlinkd_LDADD = \
-       ipc/libipc.la \
-       ip/libip.la \
        $(COMPAT_LIB) \
        $(XTRA_LIBS)