From: serassio <> Date: Sun, 21 Aug 2005 03:08:38 +0000 (+0000) Subject: On Windows, the latest MinGW doesn't like include paths terminated with / char X-Git-Tag: SQUID_3_0_PRE4~679 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=aa7a70e76917c0a9fef704c892285ad696ae04af;p=thirdparty%2Fsquid.git On Windows, the latest MinGW doesn't like include paths terminated with / char --- diff --git a/src/auth/Makefile.am b/src/auth/Makefile.am index 8b1e084008..f18e10afa8 100644 --- a/src/auth/Makefile.am +++ b/src/auth/Makefile.am @@ -1,6 +1,6 @@ # Makefile for authentication modules in the Squid Object Cache server # -# $Id: Makefile.am,v 1.4 2003/03/11 22:11:39 robertc Exp $ +# $Id: Makefile.am,v 1.5 2005/08/20 21:08:38 serassio Exp $ # AUTOMAKE_OPTIONS = subdir-objects AM_CFLAGS = @SQUID_CFLAGS@ @@ -17,4 +17,4 @@ 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 diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index aa8a72f31a..8e189d3ad0 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -1,6 +1,6 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.am,v 1.12 2004/12/20 17:25:28 robertc Exp $ +# $Id: Makefile.am,v 1.13 2005/08/20 21:08:38 serassio Exp $ # AUTOMAKE_OPTIONS = subdir-objects @@ -32,7 +32,7 @@ EXTRA_DIST = \ null/StoreFSnull.h INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ - -I$(top_srcdir)/src/ + -I$(top_srcdir)/src ## targets below to emulate distributed makefiles coss/all: libcoss.a diff --git a/src/repl/Makefile.am b/src/repl/Makefile.am index 4d4eadfdc0..fa748d9ac5 100644 --- a/src/repl/Makefile.am +++ b/src/repl/Makefile.am @@ -1,6 +1,6 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.am,v 1.6 2003/03/11 22:11:40 robertc Exp $ +# $Id: Makefile.am,v 1.7 2005/08/20 21:08:38 serassio Exp $ # AUTOMAKE_OPTIONS = subdir-objects @@ -16,5 +16,5 @@ 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