Release preparations: add some files to the tarball that were previously missed
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 2 Jun 2007 06:52:52 +0000 (06:52 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 2 Jun 2007 06:52:52 +0000 (06:52 +0000)
git-svn-id: http://svn.voria.com/code@489 1f10aa63-cdf2-0310-b900-c93c546f37ac

ETL/trunk/ETL/Makefile.am
ETL/trunk/test/Makefile.am

index c17909e..4344558 100644 (file)
@@ -10,3 +10,6 @@ etl_HEADERS= value _value.h rect _rect.h misc _misc.h ref_count _ref_count.h ang
 
 $(top_builddir)/ETL/etl_profile.h:$(top_builddir)/ETL/etl_profile_.h
        sed "s/PACKAGE/ETL/g;" < $(top_builddir)/ETL/etl_profile_.h > $(top_builddir)/ETL/etl_profile.h
+
+# FIXME: figure out why this is in SVN, but isn't installed
+EXTRA_DIST=_bit_rotate.h
index fd15977..b5f3696 100644 (file)
@@ -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