Deal with init message sizes for reuse sessions
[yazpp-moved-to-github.git] / zlint / Makefile.am
index b0ebe93..101dc63 100644 (file)
@@ -1,9 +1,9 @@
-## $Id: Makefile.am,v 1.1 2004-02-18 22:11:41 adam Exp $
+## $Id: Makefile.am,v 1.2 2004-02-24 20:55:57 adam Exp $
 
 AM_CXXFLAGS = $(YAZINC) -I$(srcdir)/../include $(XSLT_CFLAGS)
 
 zlint_SOURCES=zlint.cpp
 
-bin_PROGRAMS = zlint
+noinst_PROGRAMS = zlint
 
 LDADD=../src/libyazcpp.la $(YAZLALIB) $(XSLT_LIBS)