840dd000a9688dcfb1467acc5bde713c56935b49
[idzebra-moved-to-github.git] / util / Makefile.am
1 ## $Id: Makefile.am,v 1.1 2000-04-05 09:49:36 adam Exp $
2
3 noinst_LIBRARIES = libutil.a
4
5 noinst_PROGRAMS = passtest
6
7 INCLUDES = -I$(srcdir)/../include @YAZINC@
8 LDADD = libutil.a @YAZLIB@ @LIBS@
9
10 TESTS = passtest
11
12 libutil_a_SOURCES = res.c charmap.c zebramap.c passwddb.c zebra-lock.c
13
14 passtest_SOURCES = passtest.c
15
16
17 LIBS =