From: Adam Dickmeiss Date: Thu, 2 Feb 2006 13:14:58 +0000 (+0000) Subject: Program zoom-benchmark is not part of RPM,DEB package yet, so it X-Git-Tag: YAZ.2.1.14~36 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=2ee27a05e8656bcba988bd138314fece797df4a2 Program zoom-benchmark is not part of RPM,DEB package yet, so it is not yet installed in bin. Needs a man page too. --- diff --git a/zoom/Makefile.am b/zoom/Makefile.am index f90bac0..0d06f90 100644 --- a/zoom/Makefile.am +++ b/zoom/Makefile.am @@ -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)