From: pabs3 Date: Thu, 13 Nov 2008 04:28:10 +0000 (+0000) Subject: Fix the header include paths for ETL make check X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=commitdiff_plain;h=c9ce08f312b9ea653001807d914d358ec0e002b9 Fix the header include paths for ETL make check git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2191 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/ETL/trunk/test/Makefile.am b/ETL/trunk/test/Makefile.am index b598a8e..16988a2 100644 --- a/ETL/trunk/test/Makefile.am +++ b/ETL/trunk/test/Makefile.am @@ -1,8 +1,8 @@ # $Id$ MAINTAINERCLEANFILES=Makefile.in -AM_CXXFLAGS=@CXXFLAGS@ -I$(top_srcdir) -I$(top_builddir) -DEFAULT_INCLUDES=-I$(top_srcdir) -I$(top_builddir) +AM_CXXFLAGS=@CXXFLAGS@ -I$(top_srcdir) -I$(top_builddir)/ETL +DEFAULT_INCLUDES=-I$(top_srcdir) -I$(top_builddir)/ETL #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