--------------------- PatchSet 3717 Date: 2002/02/28 10:27:07 Author: kinkie Branch: ntlm Tag: (none) Log: Added math library to prevent link failure Members: src/auth/ntlm/helpers/winbind/Makefile.am:1.1.2.5->1.1.2.6 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.5 retrieving revision 1.1.2.6 diff -u -r1.1.2.5 -r1.1.2.6 --- squid/src/auth/ntlm/helpers/winbind/Makefile.am 3 Jan 2002 11:09:28 -0000 1.1.2.5 +++ squid/src/auth/ntlm/helpers/winbind/Makefile.am 28 Feb 2002 10:27:07 -0000 1.1.2.6 @@ -1,11 +1,11 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.1.2.5 2002/01/03 11:09:28 kinkie Exp $ +# $Id: Makefile.am,v 1.1.2.6 2002/02/28 10:27: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 +LDADD = -L$(top_builddir)/lib -lmiscutil -lntlmauth -lm