Fix the header include paths for ETL make check
[synfig.git] / ETL / trunk / test / Makefile.am
index 0aeb8ab..16988a2 100644 (file)
@@ -1,8 +1,8 @@
-# $Header: /opt/voria/cvs/ETL/test/Makefile.am,v 1.1.1.1 2005/01/04 01:31:48 darco Exp $
+# $Id$
 
 MAINTAINERCLEANFILES=Makefile.in
-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
 
@@ -23,3 +23,6 @@ hermite_SOURCES=hermite.cpp
 #spline_SOURCES=spline.cpp
 stringf_SOURCES=stringf.cpp
 #value_SOURCES=value.cpp
+
+# FIXME: fix compiler errors for the spline and value tests.
+EXTRA_DIST=spline.cpp value.cpp