first take on isamh, the append-only isam structure
[idzebra-moved-to-github.git] / isamc / Makefile.in
index d8ec6b5..e925140 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 1996-1998, Index Data 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile.in,v 1.2 1998-10-28 15:20:49 adam Exp $
+# $Id: Makefile.in,v 1.5 1999-06-30 15:03:55 heikki Exp $
 
 SHELL=/bin/sh
 
@@ -12,13 +12,13 @@ CDEFS=@DEFS@ @ODEFS@
 LIBS=@LIBS@
 
 YAZLIB=../../yaz/lib/libyaz.a
-YAZINC=-I../../yaz/z39.50 -I../../yaz/include
+YAZINC=-I../../yaz/include
 
 INCLUDE=-I../include $(YAZINC)
 TPROG1=isamctst
 DEFS=$(CDEFS) $(INCLUDE)
 LIB=../lib/isamc.a 
-PO = isamc.o merge.o
+PO = isamc.o isamh.o merge.o isams.o
 
 all: $(LIB)