--------------------- PatchSet 2153 Date: 2001/04/30 10:07:06 Author: rbcollins Branch: cygwin Tag: (none) Log: allow building from a different dir than the source dir Members: src/auth/basic/helpers/win32_locallogon/Makefile.in:1.1.2.1->1.1.2.2 Index: squid/src/auth/basic/helpers/win32_locallogon/Makefile.in =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/basic/helpers/win32_locallogon/Attic/Makefile.in,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- squid/src/auth/basic/helpers/win32_locallogon/Makefile.in 30 Apr 2001 09:47:14 -0000 1.1.2.1 +++ squid/src/auth/basic/helpers/win32_locallogon/Makefile.in 30 Apr 2001 10:07:06 -0000 1.1.2.2 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.1.2.1 2001/04/30 09:47:14 rbcollins Exp $ +# $Id: Makefile.in,v 1.1.2.2 2001/04/30 10:07:06 rbcollins Exp $ # # Uncomment and customize the following to suit your needs: # @@ -45,7 +45,7 @@ SHELL = /bin/sh DEFINES = -INCLUDE = -I. -I$(top_srcdir)/include -I$(top_srcdir)/src +INCLUDE = -I. -I../../../../../include -I$(top_srcdir)/include -I$(top_srcdir)/src CFLAGS = $(AC_CFLAGS) $(INCLUDE) $(DEFINES) AUTH_LIBS = $(XTRA_LIBS) -lnetapi32