From 762b8f1410065bff60b1e174ec58e9d3d229c871 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 15 Jun 2006 10:38:35 +0000 Subject: [PATCH] Make the zoom programs by default. Problem is that if we don't, we won't test whehter they even compile. --- zoom/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zoom/Makefile.am b/zoom/Makefile.am index 3be0484..f080c51 100644 --- a/zoom/Makefile.am +++ b/zoom/Makefile.am @@ -1,11 +1,10 @@ -## $Id: Makefile.am,v 1.18 2006-06-15 10:34:24 adam Exp $ +## $Id: Makefile.am,v 1.19 2006-06-15 10:38:35 adam Exp $ ## Copyright (C) 2001, Index Data AM_CPPFLAGS = -I$(top_srcdir)/include -EXTRA_PROGRAMS = zoomtst1 zoomtst2 zoomtst3 zoomtst4 zoomtst5 zoomtst6 zoomtst7 zoomtst8 zoomtst9 zoomtst10 bin_PROGRAMS = zoomsh -noinst_PROGRAMS = zoom-benchmark +noinst_PROGRAMS = zoomtst1 zoomtst2 zoomtst3 zoomtst4 zoomtst5 zoomtst6 zoomtst7 zoomtst8 zoomtst9 zoomtst10 zoom-benchmark LDADD = ../src/libyaz.la $(READLINE_LIBS) -- 1.7.10.4