projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
779d03c
)
Add ../index to include path
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 21 Mar 2002 20:15:57 +0000
(20:15 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 21 Mar 2002 20:15:57 +0000
(20:15 +0000)
isamc/Makefile.am
patch
|
blob
|
history
diff --git
a/isamc/Makefile.am
b/isamc/Makefile.am
index
32cae1c
..
6ebd8df
100644
(file)
--- 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@