From: serassio <> Date: Tue, 1 Nov 2005 15:57:13 +0000 (+0000) Subject: Optimize linking of mswin_negotiate_auth X-Git-Tag: SQUID_3_0_PRE4~564 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31287fed2f135ea745ce29131c8cb2ced24a9ef9;p=thirdparty%2Fsquid.git Optimize linking of mswin_negotiate_auth --- diff --git a/helpers/negotiate_auth/mswin_sspi/Makefile.am b/helpers/negotiate_auth/mswin_sspi/Makefile.am index 9d5d36bb7e..b3c1f09ca1 100755 --- a/helpers/negotiate_auth/mswin_sspi/Makefile.am +++ b/helpers/negotiate_auth/mswin_sspi/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.1 2005/10/30 21:48:21 serassio Exp $ +# $Id: Makefile.am,v 1.2 2005/11/01 08:57:13 serassio Exp $ # libexec_PROGRAMS = mswin_negotiate_auth @@ -10,7 +10,6 @@ mswin_negotiate_auth_SOURCES = libnegotiatessp.c negotiate_auth.c negotiate.h INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src -LDADD = -L$(top_builddir)/lib -lsspwin32 -lnetapi32 \ - -ladvapi32 -lmiscutil $(XTRA_LIBS) +LDADD = -L$(top_builddir)/lib -lsspwin32 -ladvapi32 -lmiscutil $(XTRA_LIBS) EXTRA_DIST = readme.txt