reset error for retrieve. Remove sleep call
[idzebra-moved-to-github.git] / util / Makefile.am
index 886e75c..c70dfa0 100644 (file)
@@ -1,17 +1,16 @@
-## $Id: Makefile.am,v 1.2 2001-07-09 23:12:08 adam Exp $
+## $Id: Makefile.am,v 1.4 2002-05-07 11:04:58 adam Exp $
 
 noinst_LIBRARIES = libutil.a
 
 noinst_PROGRAMS = passtest
 
+EXTRA_DIST = zebrasrv.rh
+
 INCLUDES = -I$(srcdir)/../include @YAZINC@
 LDADD = libutil.a @YAZLIB@ @LIBS@
 
-TESTS = passtest
-
 libutil_a_SOURCES = res.c charmap.c zebramap.c passwddb.c zebra-lock.c dirent.c
 
 passtest_SOURCES = passtest.c
 
-
 LIBS =