From 64601ae3e38cc6dec584d9b9ac6c99105f65c7f9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 11 Jun 1999 14:26:40 +0000 Subject: [PATCH] Minor change in Makefile. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 94ba686..fbdc30f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,7 +2,7 @@ # (c) Index Data 1995-1999 # See the file LICENSE for details. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.50 1999-02-11 09:27:37 adam Exp $ +# $Id: Makefile.in,v 1.51 1999-06-11 14:26:40 adam Exp $ SHELL=/bin/sh # IrTcl Version @@ -48,7 +48,7 @@ MOSIINC=@MOSIINC@ YAZLIB=$(YAZDIR)/lib/libyaz.a $(MOSILIB) # All include paths -INCLUDE=-I. -I$(YAZDIR)/z39.50 -I$(YAZDIR)/include $(TKINC) $(TCLINC) $(MOSIINC) +INCLUDE=-I. -I$(YAZDIR)/include $(TKINC) $(TCLINC) $(MOSIINC) # All command line options except CFLAGS DEFS=-DCCL2RPN=0 @DEFS@ -DMOSI=$(MOSI) -DIRTCLDIR=\"$(IRTCLDIR)\" \ -- 1.7.10.4