]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
On Windows, the latest MinGW doesn't like include paths terminated with / char
authorserassio <>
Sun, 21 Aug 2005 03:08:38 +0000 (03:08 +0000)
committerserassio <>
Sun, 21 Aug 2005 03:08:38 +0000 (03:08 +0000)
src/auth/Makefile.am
src/fs/Makefile.am
src/repl/Makefile.am

index 8b1e084008ab13bb28587bfc8308ba324e565448..f18e10afa83b68dcc68afc29cc1cdabc45a4ff09 100644 (file)
@@ -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
index aa8a72f31ab004bb4617419d504dfcc2f63949dd..8e189d3ad0a013d5910b7a76654e44122a195496 100644 (file)
@@ -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
index 4d4eadfdc0458beb94a4890187febb07662d36e3..fa748d9ac5acdffcbfa930c8c327901680662abf 100644 (file)
@@ -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