X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=Makefile.in;h=e31d21d8a95e7e96965823dcf561cac5a435331c;hb=807067e304ef1c37ec197b0c2f6327d23d139b64;hp=e231b49178e372b878a1ded0abf6038484d91050;hpb=3add7ff834c7a01f3bf1e9c8a74dc3199d1970e6;p=ir-tcl-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index e231b49..e31d21d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,7 +2,7 @@ # (c) Index Data 1995 # See the file LICENSE for details. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.20 1995-11-28 17:26:35 adam Exp $ +# $Id: Makefile.in,v 1.21 1995-12-22 09:10:03 adam Exp $ SHELL=/bin/sh # IrTcl Version @@ -39,10 +39,10 @@ TCLINCLUDE=@TCLINCLUDE@ MOSILIB=@MOSILIB@ # All YAZ libraries - including MOSI libraries. -YAZLIB=$(YAZDIR)/lib/libyaz.a $(MOSILIB) $(YAZDIR)/lib/libutil.a +YAZLIB=$(YAZDIR)/lib/libyaz.a $(MOSILIB) # All include paths -INCLUDE=-I$(YAZDIR)/include $(XINCLUDE) -I$(MOSIDIR) $(TCLINCLUDE) +INCLUDE=-I$(YAZDIR)/include $(XINCLUDE) $(TCLINCLUDE) # All command line options except CFLAGS DEFS=-DCCL2RPN=0 @DEFS@ -DMOSI=@MOSI@ -DIRTCLDIR=\"$(IRTCLDIR)\" \