--------------------- PatchSet 3374 Date: 2001/11/23 10:55:07 Author: kinkie Branch: ntlm Tag: (none) Log: Added needed libraries. Members: src/auth/ntlm/helpers/winbind/Makefile.am:1.1.2.2->1.1.2.3 Index: squid/src/auth/ntlm/helpers/winbind/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/ntlm/helpers/winbind/Attic/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/src/auth/ntlm/helpers/winbind/Makefile.am 22 Nov 2001 18:03:48 -0000 1.1.2.2 +++ squid/src/auth/ntlm/helpers/winbind/Makefile.am 23 Nov 2001 10:55:07 -0000 1.1.2.3 @@ -1,10 +1,11 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.1.2.2 2001/11/22 18:03:48 kinkie Exp $ +# $Id: Makefile.am,v 1.1.2.3 2001/11/23 10:55:07 kinkie Exp $ # libexec_PROGRAMS = wb_ntlmauth wb_ntlmauth_SOURCES = wb_ntlm_auth.c wb_common.c INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/src +LDADD = -L$(top_builddir)/lib -lmiscutil -lntlmauth \ No newline at end of file