From 0694304157ec9326f46684675bd2f40e603abafe Mon Sep 17 00:00:00 2001 From: pabs Date: Sat, 2 Jun 2007 06:52:52 +0000 Subject: [PATCH] Release preparations: add some files to the tarball that were previously missed git-svn-id: http://svn.voria.com/code@489 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/ETL/Makefile.am | 3 +++ ETL/trunk/test/Makefile.am | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ETL/trunk/ETL/Makefile.am b/ETL/trunk/ETL/Makefile.am index c17909e..4344558 100644 --- a/ETL/trunk/ETL/Makefile.am +++ b/ETL/trunk/ETL/Makefile.am @@ -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 diff --git a/ETL/trunk/test/Makefile.am b/ETL/trunk/test/Makefile.am index fd15977..b5f3696 100644 --- a/ETL/trunk/test/Makefile.am +++ b/ETL/trunk/test/Makefile.am @@ -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 -- 2.7.4