summaryrefslogtreecommitdiff
path: root/ruth
diff options
context:
space:
mode:
authortschwinge <tschwinge>2008-05-30 00:38:30 +0000
committertschwinge <tschwinge>2008-05-30 00:38:30 +0000
commit174bcf0194bcb90525aaf665197efd2f8a2581b5 (patch)
treeb74d403758dcb604e29cd8cfcda631d3d14997bb /ruth
parent350816cbc7e5cd2cb879893e5d987abe60c8e772 (diff)
2008-05-29 Thomas Schwinge <tschwinge@gnu.org>
* Makefile.am [ENABLE_TESTS]: Don't build package's program.
Diffstat (limited to 'ruth')
-rw-r--r--ruth/ChangeLog4
-rw-r--r--ruth/Makefile.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/ruth/ChangeLog b/ruth/ChangeLog
index f12a192..ec66b87 100644
--- a/ruth/ChangeLog
+++ b/ruth/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-29 Thomas Schwinge <tschwinge@gnu.org>
+
+ * Makefile.am [ENABLE_TESTS]: Don't build package's program.
+
2008-05-28 Neal H. Walfield <neal@gnu.org>
* ruth.c (main): Update use of slot_lookup to be consistent with
diff --git a/ruth/Makefile.am b/ruth/Makefile.am
index c57dd7c..3dd8854 100644
--- a/ruth/Makefile.am
+++ b/ruth/Makefile.am
@@ -19,7 +19,9 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
bootdir = $(prefix)/boot
+if ! ENABLE_TESTS
boot_PROGRAMS = ruth
+endif
ruth_CPPFLAGS = $(USER_CPPFLAGS)
ruth_CFLAGS = $(USER_CFLAGS)