X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2Ftest%2FMakefile.am;h=b598a8e916a0b0ae80ac9c2de8077dff9cd26e4b;hb=efd75b1e1390ec061435e5dd906eeabbb7e8a07d;hp=0aeb8ab099375b0af27b969821ae582e76b6bc49;hpb=114f54e99e03b46de7d449ef31b88658ac5fe491;p=synfig.git diff --git a/ETL/trunk/test/Makefile.am b/ETL/trunk/test/Makefile.am index 0aeb8ab..b598a8e 100644 --- a/ETL/trunk/test/Makefile.am +++ b/ETL/trunk/test/Makefile.am @@ -1,7 +1,7 @@ -# $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) +AM_CXXFLAGS=@CXXFLAGS@ -I$(top_srcdir) -I$(top_builddir) DEFAULT_INCLUDES=-I$(top_srcdir) -I$(top_builddir) #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