X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.am;h=5c859a2dbb963e65f762e74061003a081f570fcf;hb=ea597d9e75a2106887526480b81b883d908e0fb4;hp=c70dfa006f9ecbee2f7fa5b551a9db1defa30595;hpb=98ba43ecd2cc7a62dd91b16fd8007c7fd4dd6feb;p=idzebra-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index c70dfa0..5c859a2 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.6 2002-10-30 14:35:09 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 passtest_SOURCES = passtest.c - -LIBS =