Add ../index to include path
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 21 Mar 2002 20:15:57 +0000 (20:15 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 21 Mar 2002 20:15:57 +0000 (20:15 +0000)
isamc/Makefile.am

index 32cae1c..6ebd8df 100644 (file)
@@ -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@