X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=isam%2FMakefile.am;h=df9da5b0bfe3a7cff8ba8b59b1837f259e06400d;hp=a0bbfb6417c0b25952012ff3e9bd9514a08be77c;hb=9a14cd596da0fd59d38a62aa4e4535dfd89aa295;hpb=e5e4f1de02396b2cfab488f8e5918853e96d6b53 diff --git a/isam/Makefile.am b/isam/Makefile.am index a0bbfb6..df9da5b 100644 --- a/isam/Makefile.am +++ b/isam/Makefile.am @@ -1,8 +1,8 @@ -## $Id: Makefile.am,v 1.2 2002-08-17 08:00:27 adam Exp $ +## $Id: Makefile.am,v 1.3 2004-06-16 20:49:18 adam Exp $ noinst_LIBRARIES = libisam.a -INCLUDES = -I$(srcdir)/../include @YAZINC@ +AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) LDADD = ../util/libutil.a ../bfile/libbfile.a $(YAZLIB) $(TCL_LIB)