--------------------- PatchSet 5665 Date: 2003/02/18 15:01:29 Author: serassio Branch: nt-2_5 Tag: (none) Log: Autoconf patch for nt branch Members: lib/Makefile.am:1.4.10.3->1.4.10.4 Index: squid/lib/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/lib/Makefile.am,v retrieving revision 1.4.10.3 retrieving revision 1.4.10.4 diff -u -r1.4.10.3 -r1.4.10.4 --- squid/lib/Makefile.am 28 Jan 2003 20:48:59 -0000 1.4.10.3 +++ squid/lib/Makefile.am 18 Feb 2003 15:01:29 -0000 1.4.10.4 @@ -64,7 +64,7 @@ uudecode.c \ $(WIN32SRC) libmiscutil_a_LIBADD = \ - @LIBOBJS@ + @AC_LIBOBJ@ # $(top_srcdir)/include/version.h should be a dependency libregex_a_SOURCES = \ GNUregex.c @@ -73,7 +73,7 @@ libntlmauth_a_SOURCES = \ ntlmauth.c libntlmauth_a_LIBADD = \ - @LIBOBJS@ + @AC_LIBOBJ@ libsspwin32_a_SOURCES = \ sspwin32.c