X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.in;h=11ea34d8af7470dc42af1a72eea721e7683da550;hb=e1cd6b9b368f10e79a2fe36b2f0c6d671e892729;hp=5323f88189d0d768868e7f5f0668765aa33a2339;hpb=977f685c8392f79dc529a9b71c42c7dcf9f9e245;p=ir-tcl-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index 5323f88..11ea34d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,12 +1,12 @@ # IR toolkit for tcl/tk -# (c) Index Data 1995-1998 +# (c) Index Data 1995-1999 # See the file LICENSE for details. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.47 1998-01-30 13:30:49 adam Exp $ +# $Id: Makefile.in,v 1.49 1999-02-11 09:13:23 adam Exp $ SHELL=/bin/sh # IrTcl Version -VERSION=1.2pl1 +VERSION=1.3 # Directory prefix with machine independent files (scripts, setup files, etc.) prefix = @prefix@ @@ -48,7 +48,7 @@ MOSIINC=@MOSIINC@ YAZLIB=$(YAZDIR)/lib/libyaz.a $(MOSILIB) # All include paths -INCLUDE=-I. -I$(YAZDIR)/include $(TKINC) $(TCLINC) $(MOSIINC) +INCLUDE=-I. -I$(YAZDIR)/z39.50 -I$(YAZDIR)/include $(TKINC) $(TCLINC) $(MOSIINC) # All command line options except CFLAGS DEFS=-DCCL2RPN=0 @DEFS@ -DMOSI=$(MOSI) -DIRTCLDIR=\"$(IRTCLDIR)\" \