X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.am;h=10ee531b9e0e9648ff3f782cd1ffbaf302209a5d;hb=refs%2Ftags%2FZEBRA.1.3.16;hp=c70dfa006f9ecbee2f7fa5b551a9db1defa30595;hpb=98ba43ecd2cc7a62dd91b16fd8007c7fd4dd6feb;p=idzebra-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index c70dfa0..10ee531 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.4 2002-05-07 11:04:58 adam Exp $ +## $Id: Makefile.am,v 1.9 2004-08-04 08:35:27 adam Exp $ noinst_LIBRARIES = libutil.a @@ -6,11 +6,9 @@ noinst_PROGRAMS = passtest EXTRA_DIST = zebrasrv.rh -INCLUDES = -I$(srcdir)/../include @YAZINC@ -LDADD = libutil.a @YAZLIB@ @LIBS@ +AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) -DDEFAULT_PROFILE_PATH=\"$(pkgdatadir)/tab\" +LDADD = libutil.a $(YAZLIB) $(TCL_LIB) -libutil_a_SOURCES = res.c charmap.c zebramap.c passwddb.c zebra-lock.c dirent.c +libutil_a_SOURCES = res.c charmap.c zebramap.c passwddb.c zebra-lock.c dirent.c xpath.c atoi_zn.c passtest_SOURCES = passtest.c - -LIBS =