CXXFLAGS is for users, use AM_CXXFLAGS instead
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 3 Jun 2007 23:57:15 +0000 (23:57 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 3 Jun 2007 23:57:15 +0000 (23:57 +0000)
git-svn-id: http://svn.voria.com/code@497 1f10aa63-cdf2-0310-b900-c93c546f37ac

ETL/trunk/test/Makefile.am

index b5f3696..b598a8e 100644 (file)
@@ -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