]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Sun, 21 Aug 2005 06:10:40 +0000 (06:10 +0000)
committerhno <>
Sun, 21 Aug 2005 06:10:40 +0000 (06:10 +0000)
src/auth/Makefile.in
src/fs/Makefile.in
src/repl/Makefile.in

index aa5464d351680a078390512f2179552c5cfb0c70..059e5a428e24ca3d2dfa8dbcb2f5835c013cb280 100644 (file)
@@ -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
 
index 28e83dd7d286dbf0904ccf05951c868b349badea..ae8ab6472a0930a432a7fa64b9eeebd434399825 100644 (file)
@@ -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
 
index 2225efef56635398e074e0fe6affbedaa8e048e2..a40963c9818a2b047b7f5db3caa76830fd6fde4c 100644 (file)
@@ -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