From: hno <> Date: Sun, 21 Aug 2005 06:10:40 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~678 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a397156d40a613b0841e91f2f87b03a389240cd;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/src/auth/Makefile.in b/src/auth/Makefile.in index aa5464d351..059e5a428e 100644 --- a/src/auth/Makefile.in +++ b/src/auth/Makefile.in @@ -272,7 +272,7 @@ target_alias = @target_alias@ # Makefile for authentication modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.54 2005/08/16 00:11:51 hno Exp $ +# $Id: Makefile.in,v 1.55 2005/08/21 00:10:40 hno Exp $ # AUTOMAKE_OPTIONS = subdir-objects AM_CFLAGS = @SQUID_CFLAGS@ @@ -283,7 +283,7 @@ libbasic_a_SOURCES = basic/auth_basic.cc basic/auth_basic.h libdigest_a_SOURCES = digest/auth_digest.cc digest/auth_digest.h libntlm_a_SOURCES = ntlm/auth_ntlm.cc ntlm/auth_ntlm.h INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ - -I$(top_srcdir)/src/ + -I$(top_srcdir)/src all: all-am diff --git a/src/fs/Makefile.in b/src/fs/Makefile.in index 28e83dd7d2..ae8ab6472a 100644 --- a/src/fs/Makefile.in +++ b/src/fs/Makefile.in @@ -16,7 +16,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.60 2005/08/16 00:11:51 hno Exp $ +# $Id: Makefile.in,v 1.61 2005/08/21 00:10:40 hno Exp $ # srcdir = @srcdir@ @@ -300,7 +300,7 @@ EXTRA_DIST = \ null/StoreFSnull.h INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ - -I$(top_srcdir)/src/ + -I$(top_srcdir)/src all: all-am diff --git a/src/repl/Makefile.in b/src/repl/Makefile.in index 2225efef56..a40963c981 100644 --- a/src/repl/Makefile.in +++ b/src/repl/Makefile.in @@ -16,7 +16,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.54 2005/08/16 00:11:53 hno Exp $ +# $Id: Makefile.in,v 1.55 2005/08/21 00:10:40 hno Exp $ # srcdir = @srcdir@ @@ -279,7 +279,7 @@ noinst_LIBRARIES = @REPL_LIBS@ liblru_a_SOURCES = lru/store_repl_lru.cc libheap_a_SOURCES = heap/store_heap_replacement.h heap/store_heap_replacement.cc heap/store_repl_heap.cc INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ - -I$(top_srcdir)/src/ + -I$(top_srcdir)/src all: all-am