summaryrefslogtreecommitdiff
path: root/ruth
diff options
context:
space:
mode:
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)