From 7dec3bd5f5cc0d3363c63f5d825a9b8df9825050 Mon Sep 17 00:00:00 2001 From: pabs3 Date: Wed, 6 May 2009 04:48:12 +0000 Subject: [PATCH] Fix make distcheck breakage introduced by the Makefile.am reformatting. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2372 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/test/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ETL/trunk/test/Makefile.am b/ETL/trunk/test/Makefile.am index afe5ca7..2b1b6e9 100644 --- a/ETL/trunk/test/Makefile.am +++ b/ETL/trunk/test/Makefile.am @@ -4,12 +4,12 @@ MAINTAINERCLEANFILES = \ Makefile.in AM_CXXFLAGS = \ - @CXXFLAGS@ - -I$(top_srcdir) + @CXXFLAGS@ \ + -I$(top_srcdir) \ -I$(top_builddir)/ETL DEFAULT_INCLUDES = \ - -I$(top_srcdir) + -I$(top_srcdir) \ -I$(top_builddir)/ETL TESTS = \ -- 2.7.4