--------------------- PatchSet 7903 Date: 2006/05/23 18:53:25 Author: serassio Branch: nt Tag: (none) Log: Makefile.am files cleanup Members: helpers/basic_auth/LDAP/Makefile.am:1.5.2.1->1.5.2.2 helpers/ntlm_auth/fakeauth/Makefile.am:1.2.64.1->1.2.64.2 Index: squid/helpers/basic_auth/LDAP/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/basic_auth/LDAP/Makefile.am,v retrieving revision 1.5.2.1 retrieving revision 1.5.2.2 diff -u -r1.5.2.1 -r1.5.2.2 --- squid/helpers/basic_auth/LDAP/Makefile.am 16 May 2006 21:05:57 -0000 1.5.2.1 +++ squid/helpers/basic_auth/LDAP/Makefile.am 23 May 2006 18:53:25 -0000 1.5.2.2 @@ -1,7 +1,7 @@ # # Makefile for the Squid LDAP authentication helper # -# $Id: Makefile.am,v 1.5.2.1 2006/05/16 21:05:57 serassio Exp $ +# $Id: Makefile.am,v 1.5.2.2 2006/05/23 18:53:25 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -11,11 +11,5 @@ EXTRA_DIST = squid_ldap_auth.8 squid_ldap_auth_SOURCES = squid_ldap_auth.c -if ENABLE_MINGW32SPECIFIC -LDADD = -L$(top_builddir)/lib -lmiscutil $(LIB_LDAP) $(XTRA_LIBS) -INCLUDES = -I$(top_srcdir)/port/win32/include -I$(top_builddir)/include \ - -I$(top_srcdir)/include -else LDADD = -L$(top_builddir)/lib -lmiscutil $(LIB_LDAP) $(LIB_LBER) $(XTRA_LIBS) INCLUDES = -I$(top_srcdir)/include -endif Index: squid/helpers/ntlm_auth/fakeauth/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/ntlm_auth/fakeauth/Makefile.am,v retrieving revision 1.2.64.1 retrieving revision 1.2.64.2 diff -u -r1.2.64.1 -r1.2.64.2 --- squid/helpers/ntlm_auth/fakeauth/Makefile.am 16 May 2006 21:05:57 -0000 1.2.64.1 +++ squid/helpers/ntlm_auth/fakeauth/Makefile.am 23 May 2006 18:53:25 -0000 1.2.64.2 @@ -1,18 +1,13 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.2.64.1 2006/05/16 21:05:57 serassio Exp $ +# $Id: Makefile.am,v 1.2.64.2 2006/05/23 18:53:25 serassio Exp $ # # Uncomment and customize the following to suit your needs: # libexec_PROGRAMS = fakeauth_auth fakeauth_auth_SOURCES = fakeauth_auth.c ntlm.h -if ENABLE_MINGW32SPECIFIC -INCLUDES = -I. -I$(top_srcdir)/port/win32/include -I$(top_builddir)/include \ - -I$(top_srcdir)/include -I$(top_srcdir)/src -else INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/src/ -endif LDADD = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS)