From 2ee27a05e8656bcba988bd138314fece797df4a2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 2 Feb 2006 13:14:58 +0000 Subject: [PATCH] Program zoom-benchmark is not part of RPM,DEB package yet, so it is not yet installed in bin. Needs a man page too. --- zoom/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 1.7.10.4