From 333dd96d43105ce76f27eeaf177f32ba09471a84 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 1 Jan 2012 17:48:49 +1300 Subject: [PATCH] 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. --- src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.47.2