From c9ce08f312b9ea653001807d914d358ec0e002b9 Mon Sep 17 00:00:00 2001 From: pabs3 Date: Thu, 13 Nov 2008 04:28:10 +0000 Subject: [PATCH] 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 --- ETL/trunk/test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4