X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=rset%2FMakefile.in;h=761a2a4c9b4c54c8e66743f8b99cb8ca83981fa1;hb=c0a1c79e55f706009113b2de3c11a6f13d4a0e7d;hp=0a44d9631d29ef6c9eb3d6a6feef64a1f5f8f9f5;hpb=d0fa45cf0b317b7332a097928dc3c8827536a97d;p=idzebra-moved-to-github.git diff --git a/rset/Makefile.in b/rset/Makefile.in index 0a44d96..761a2a4 100644 --- a/rset/Makefile.in +++ b/rset/Makefile.in @@ -1,7 +1,7 @@ # Copyright (C) 1994-1998, 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.4 1999-06-09 11:58:48 adam 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) 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)