Added structure year and date.
[idzebra-moved-to-github.git] / rset / Makefile.in
index 0a44d96..e21a1a6 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright (C) 1994-1998, Index Data
+# Copyright (C) 1994-1999, Index Data
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile.in,v 1.2 1998-10-28 15:20:51 adam Exp $
+# $Id: Makefile.in,v 1.5 1999-11-30 13:48:04 adam Exp $
 
 SHELL=/bin/sh
 
@@ -11,14 +11,14 @@ RANLIB=@RANLIB@
 CDEFS=@DEFS@ @ODEFS@
 LIBS=@LIBS@
 
-YAZLIB=../../yaz/lib/libyaz.a
-YAZINC=-I../../yaz/z39.50 -I../../yaz/include
+YAZLIB=@YAZLIB@
+YAZINC=@YAZINC@
 
 INCLUDE=-I../include $(YAZINC)
 DEFS=$(CDEFS) $(INCLUDE)
 LIB=../lib/rset.a
 PROG=
-PO=rset.o rstemp.o rsisam.o rsnull.o rsbool.o rsisamc.o rsm_or.o
+PO=rset.o rstemp.o rsisam.o rsnull.o rsbool.o rsisamc.o rsm_or.o rsisams.o
 
 all: $(LIB)