X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2Ftest%2FMakefile.am;h=16988a2750a23a05ccd4abc05cd36bdf8d1d1c6a;hb=c9ce08f312b9ea653001807d914d358ec0e002b9;hp=fd15977ffd5ac7154e318aea24c31f366ceee1f9;hpb=abfa66b593515585b9889b876f219178ee9da5ff;p=synfig.git diff --git a/ETL/trunk/test/Makefile.am b/ETL/trunk/test/Makefile.am index fd15977..16988a2 100644 --- a/ETL/trunk/test/Makefile.am +++ b/ETL/trunk/test/Makefile.am @@ -1,8 +1,8 @@ # $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