Program zoom-benchmark is not part of RPM,DEB package yet, so it
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 2 Feb 2006 13:14:58 +0000 (13:14 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 2 Feb 2006 13:14:58 +0000 (13:14 +0000)
is not yet installed in bin. Needs a man page too.

zoom/Makefile.am

index f90bac0..0d06f90 100644 (file)
@@ -1,10 +1,11 @@
-## $Id: Makefile.am,v 1.16 2005-11-24 10:04:12 adam Exp $
+## $Id: Makefile.am,v 1.17 2006-02-02 13:14:58 adam Exp $
 ## Copyright (C) 2001, Index Data
 
 AM_CPPFLAGS = -I$(top_srcdir)/include
 
 EXTRA_PROGRAMS = zoomtst1 zoomtst2 zoomtst3 zoomtst4 zoomtst5 zoomtst6 zoomtst7 zoomtst8 zoomtst9
-bin_PROGRAMS = zoomsh zoom-benchmark
+bin_PROGRAMS = zoomsh
+noinst_PROGRAMS = zoom-benchmark
 
 LDADD = ../src/libyaz.la $(READLINE_LIBS)