Make the zoom programs by default. Problem is that if we don't, we
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 15 Jun 2006 10:38:35 +0000 (10:38 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 15 Jun 2006 10:38:35 +0000 (10:38 +0000)
won't test whehter they even compile.

zoom/Makefile.am

index 3be0484..f080c51 100644 (file)
@@ -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
 
 ## 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
 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)
 
 
 LDADD = ../src/libyaz.la $(READLINE_LIBS)