From 36cf672c845827f76adf9e1d8ea7a2938f6fa4da Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 21 Mar 2002 20:15:57 +0000 Subject: [PATCH] Add ../index to include path --- isamc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/isamc/Makefile.am b/isamc/Makefile.am index 32cae1c..6ebd8df 100644 --- a/isamc/Makefile.am +++ b/isamc/Makefile.am @@ -1,9 +1,9 @@ -## $Id: Makefile.am,v 1.1 2000-04-05 09:49:36 adam Exp $ +## $Id: Makefile.am,v 1.2 2002-03-21 20:15:57 adam Exp $ noinst_LIBRARIES = libisamc.a libisamc_a_SOURCES = isamc.c isamd.c merge.c merge-d.c isamc-p.h isamd-p.h -INCLUDES = -I$(srcdir)/../include @YAZINC@ +INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../index @YAZINC@ LDADD = ../util/libutil.a ../bfile/libbfile.a libisamc.a @YAZLIB@ -- 1.7.10.4