From: Amos Jeffries Date: Sat, 11 Jul 2009 09:35:48 +0000 (+1200) Subject: Make a COMPAT_LIBS variable for make X-Git-Tag: SQUID_3_2_0_1~741^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90e7860e18e990bf2407702bd1929293fcfb17f9;p=thirdparty%2Fsquid.git Make a COMPAT_LIBS variable for make --- diff --git a/src/Common.am b/src/Common.am index 084f108cca..3442dc0537 100644 --- a/src/Common.am +++ b/src/Common.am @@ -23,3 +23,7 @@ INCLUDES = \ ## make all compiled sources depend on generated files ## XXX: Do we really need this? Does auto-dependency tracking work? $(OBJS): $(top_srcdir)/include/version.h $(top_builddir)/include/autoconf.h + +COMPAT_LIBS = \ + -L$(top_builddir)/lib -lmiscutil \ + $(top_builddir)/compat/libcompat.la