--------------------- PatchSet 2019 Date: 2001/04/21 02:23:15 Author: rbcollins Branch: squid-amake Tag: (none) Log: Use LIBOBJS for convenience libraries Members: lib/Makefile.am:1.1.2.2->1.1.2.3 Index: squid/lib/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/lib/Makefile.am,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- squid/lib/Makefile.am 16 Apr 2001 09:10:02 -0000 1.1.2.2 +++ squid/lib/Makefile.am 21 Apr 2001 02:23:15 -0000 1.1.2.3 @@ -9,10 +9,11 @@ getfullhostname.c base64.c uudecode.c splay.c safe_inet_addr.c \ iso3307.c snprintf.c md5.c radix.c stub_memaccount.c Array.c \ Stack.c hash.c heap.c html_quote.c +libmiscutil_a_LIBADD = @LIBOBJS@ # $(top_srcdir)/include/version.h should be a dependency -# LIBOBJS was included here: what is it used for ? libregex_a_SOURCES = GNUregex.c libdlmalloc_a_SOURCES = dlmalloc.c libntlmauth_a_SOURCES = ntlmauth.c +libntlmauth_a_LIBADD = @LIBOBJS@ INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include