--------------------- PatchSet 3533 Date: 2002/01/03 11:09:28 Author: kinkie Branch: ntlm Tag: (none) Log: Fixed CVS cross-wiring between NTLM and basic auth-helpers Members: src/auth/ntlm/helpers/winbind/Makefile.am:1.1.2.4->1.1.2.5 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.4 retrieving revision 1.1.2.5 diff -u -r1.1.2.4 -r1.1.2.5 --- squid/src/auth/ntlm/helpers/winbind/Makefile.am 4 Dec 2001 17:45:16 -0000 1.1.2.4 +++ squid/src/auth/ntlm/helpers/winbind/Makefile.am 3 Jan 2002 11:09:28 -0000 1.1.2.5 @@ -1,11 +1,11 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.1.2.4 2001/12/04 17:45:16 kinkie Exp $ +# $Id: Makefile.am,v 1.1.2.5 2002/01/03 11:09:28 kinkie Exp $ # -libexec_PROGRAMS = wb_auth -wb_auth_SOURCES = wb_basic_auth.c wb_common.c +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 +LDADD = -L$(top_builddir)/lib -lmiscutil -lntlmauth \ No newline at end of file