From: pabs Date: Sun, 3 Jun 2007 23:57:15 +0000 (+0000) Subject: CXXFLAGS is for users, use AM_CXXFLAGS instead X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=efd75b1e1390ec061435e5dd906eeabbb7e8a07d;p=synfig.git CXXFLAGS is for users, use AM_CXXFLAGS instead git-svn-id: http://svn.voria.com/code@497 1f10aa63-cdf2-0310-b900-c93c546f37ac --- 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