]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
append CPPUNIT include path to the src Make flags, to fix systems without cppunit
authorrobertc <>
Tue, 21 Dec 2004 01:14:31 +0000 (01:14 +0000)
committerrobertc <>
Tue, 21 Dec 2004 01:14:31 +0000 (01:14 +0000)
Makefile.in
configure
src/Makefile.am
src/Makefile.in

index 7a03987a4a35fe41ff1a08d1c62adef8d30a9856..bd2b0b306f7162e8eea5d52ed2266ac888b5f0fb 100644 (file)
@@ -15,7 +15,7 @@
 @SET_MAKE@
 
 #
-# $Id: Makefile.in,v 1.63 2004/12/20 18:01:05 robertc Exp $
+# $Id: Makefile.in,v 1.64 2004/12/20 18:14:31 robertc Exp $
 #
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
index 143a7f5b40d34d9777b7df251684214fdcf5fc6f..a4925427685d5959ae84979dc8e6e06e839e6cbc 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.365 .
+# From configure.in Revision: 1.366 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -2136,7 +2136,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
 AMTAR=${AMTAR-"${am_missing_run}tar"}
 
-am__tar='${AMTAR} chf - "$$tardir"'; am__untar='${AMTAR} xf -'
+am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
 
 
 
index d0056bee7b0c8107fe8203634ff62463751fc167..118f51a831126c6dddff0c807b3022fdef03b7f7 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.99 2004/12/20 18:01:06 robertc Exp $
+#  $Id: Makefile.am,v 1.100 2004/12/20 18:14:31 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -171,6 +171,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
+INCLUDES       += @SQUID_CPPUNIT_INC@
 
 EXTRA_PROGRAMS = \
        DiskIO/DiskDaemon/diskd \
index 4b2b4fa2504826b9e4e1ae3396973ab0c1c30989..692e9e72c19518ded96926a20f66a366b13a9330 100644 (file)
@@ -17,7 +17,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.330 2004/12/20 18:01:06 robertc Exp $
+#  $Id: Makefile.in,v 1.331 2004/12/20 18:14:31 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -799,7 +799,9 @@ AM_CXXFLAGS = @SQUID_CXXFLAGS@
 SUBDIRS = fs repl auth
 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
+INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include \
+       -I$(top_srcdir)/include -I$(top_srcdir)/lib/libTrie/include \
+       @SQUID_CPPUNIT_INC@ $(am__empty)
 cf_gen_SOURCES = cf_gen.cc defines.h
 nodist_cf_gen_HEADER = cf_gen_defines.h
 squidclient_SOURCES = client.cc