From: robertc <> Date: Mon, 9 Jun 2003 10:02:16 +0000 (+0000) Subject: Summary: Make the test suite use the same flags as the main source. X-Git-Tag: SQUID_3_0_PRE1~142 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bece6875650881a59d3c19d95252638a6c3ed9f;p=thirdparty%2Fsquid.git Summary: Make the test suite use the same flags as the main source. Keywords: Make the test suite use the same flags as the main source. --- diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am index 77a5463345..b7e1403d59 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -1,13 +1,13 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.5 2003/04/22 01:37:44 robertc Exp $ +# $Id: Makefile.am,v 1.6 2003/06/09 04:02:16 robertc Exp $ # AUTOMAKE_OPTIONS = subdir-objects -AM_CFLAGS = -Werror -Wall -AM_CXXFLAGS = -Werror -Wall +AM_CFLAGS = @SQUID_CFLAGS@ +AM_CXXFLAGS = @SQUID_CXXFLAGS@ INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src