From: Adam Dickmeiss Date: Thu, 15 Jun 2006 10:38:35 +0000 (+0000) Subject: Make the zoom programs by default. Problem is that if we don't, we X-Git-Tag: YAZ.2.1.22~3 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=762b8f1410065bff60b1e174ec58e9d3d229c871;ds=sidebyside Make the zoom programs by default. Problem is that if we don't, we won't test whehter they even compile. --- 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)