From f4113fd8e73124a9d0cd210ca98ff0c9d56d4661 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 7 Mar 1996 13:18:52 +0000 Subject: [PATCH] Fix. --- www/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/Makefile b/www/Makefile index 000302e..15b376e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,11 +1,12 @@ # Makefile for www gateway utility # Europagate, 1995 # -# $Id: Makefile,v 1.34 1996/03/07 12:46:07 adam Exp $ +# $Id: Makefile,v 1.35 1996/03/07 13:18:52 adam Exp $ # SHELL=/bin/sh ZLIB=../../yaz/lib/libyaz.a +ZINC=-I../../yaz/include IRTCLDIR=../../ir-tcl IRTCLLIB=$(IRTCLDIR)/libirtcl.a @@ -46,7 +47,7 @@ GIFDIR=$(HTDOCS)/egwgif #LOGDIR=/data2/html/egw/logs #GIFDIR=/data2/html/egw/gif -INCLUDE=-I../include $(TCLINC) $(IRTCLINC) +INCLUDE=-I../include $(ZINC) $(TCLINC) $(IRTCLINC) DEFS=$(INCLUDE) $(ZDEFS) -DEGWDIR=\"$(EGWDIR)\" all: $(TPROG1) $(TPROG2) -- 1.7.10.4