From f2e337a4623d6b3f553f7a0e0119cbfe2e70a760 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 26 Nov 1998 13:01:06 +0000 Subject: [PATCH] Minor change. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 5323f88..54e0a12 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,7 +2,7 @@ # (c) Index Data 1995-1998 # 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.48 1998-11-26 13:01:06 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)/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)\" \ -- 1.7.10.4