From efd75b1e1390ec061435e5dd906eeabbb7e8a07d Mon Sep 17 00:00:00 2001 From: pabs Date: Sun, 3 Jun 2007 23:57:15 +0000 Subject: [PATCH] CXXFLAGS is for users, use AM_CXXFLAGS instead git-svn-id: http://svn.voria.com/code@497 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ETL/trunk/test/Makefile.am b/ETL/trunk/test/Makefile.am index b5f3696..b598a8e 100644 --- a/ETL/trunk/test/Makefile.am +++ b/ETL/trunk/test/Makefile.am @@ -1,7 +1,7 @@ # $Id$ MAINTAINERCLEANFILES=Makefile.in -CXXFLAGS=@CXXFLAGS@ -I$(top_srcdir) -I$(top_builddir) +AM_CXXFLAGS=@CXXFLAGS@ -I$(top_srcdir) -I$(top_builddir) DEFAULT_INCLUDES=-I$(top_srcdir) -I$(top_builddir) #TESTS=fixed clock handle angle random hermite stringf pen surface smart_ptr benchmark spline value TESTS=fixed clock handle angle random hermite stringf pen surface smart_ptr benchmark -- 2.7.4