--------------------- PatchSet 1450 Date: 2005/06/07 19:01:53 Author: nlewycky Branch: prefetching Tag: (none) Log: Oops, fix build error. Members: src/Makefile.am:1.57.2.5->1.57.2.6 Index: squid3/src/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/Makefile.am,v retrieving revision 1.57.2.5 retrieving revision 1.57.2.6 diff -u -r1.57.2.5 -r1.57.2.6 --- squid3/src/Makefile.am 7 Jun 2005 17:26:25 -0000 1.57.2.5 +++ squid3/src/Makefile.am 7 Jun 2005 19:01:53 -0000 1.57.2.6 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.57.2.5 2005/06/07 17:26:25 nlewycky Exp $ +# $Id: Makefile.am,v 1.57.2.6 2005/06/07 19:01:53 nlewycky Exp $ # # Uncomment and customize the following to suit your needs: # @@ -180,7 +180,7 @@ EXTRA_LIBRARIES = libAIO.a libBlocking.a libDiskDaemon.a libDiskThreads.a noinst_LIBRARIES = @DISK_LIBS@ -INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/lib/libTrie/include @SQUID_CPPUNIT_INC@ @HTMLPREFETCH_INC@ +INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/lib/libTrie/include @SQUID_CPPUNIT_INC@ $(HTMLPREFETCH_INC) EXTRA_PROGRAMS = \ DiskIO/DiskDaemon/diskd \