Added dirent.c.
[idzebra-moved-to-github.git] / util / Makefile.am
1 ## $Id: Makefile.am,v 1.2 2001-07-09 23:12:08 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 dirent.c
13
14 passtest_SOURCES = passtest.c
15
16
17 LIBS =