Added Redhat boot script for zebrasrv.
[idzebra-moved-to-github.git] / util / Makefile.am
1 ## $Id: Makefile.am,v 1.3 2001-09-21 10:40:08 adam Exp $
2
3 noinst_LIBRARIES = libutil.a
4
5 noinst_PROGRAMS = passtest
6
7 EXTRA_DIST = zebrasrv.rh
8
9 INCLUDES = -I$(srcdir)/../include @YAZINC@
10 LDADD = libutil.a @YAZLIB@ @LIBS@
11
12 TESTS = passtest
13
14 libutil_a_SOURCES = res.c charmap.c zebramap.c passwddb.c zebra-lock.c dirent.c
15
16 passtest_SOURCES = passtest.c
17
18
19 LIBS =