]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Summary: Make the test suite use the same flags as the main source.
authorrobertc <>
Mon, 9 Jun 2003 10:02:16 +0000 (10:02 +0000)
committerrobertc <>
Mon, 9 Jun 2003 10:02:16 +0000 (10:02 +0000)
Keywords:

Make the test suite use the same flags as the main source.

test-suite/Makefile.am

index 77a5463345f11b9ad6ec9b2e23afaef2299176e7..b7e1403d59d8b0af0464fa9f9bf06da9617e376a 100644 (file)
@@ -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