X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.am;h=c70dfa006f9ecbee2f7fa5b551a9db1defa30595;hb=a20e59c5087fb92c419f2330c786367f9ce8ccd2;hp=886e75c87de2d98cc901551d409b54f92e2a6461;hpb=9580155b65a60b2d79fcdf3f2abdce32f96e142c;p=idzebra-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index 886e75c..c70dfa0 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -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 =