From: Adam Dickmeiss Date: Wed, 19 Apr 1995 16:08:20 +0000 (+0000) Subject: Minor changes. X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=101e7112f4a0c3eff311385e0f11e8c21325dba2;p=egate.git Minor changes. --- diff --git a/kernel/Makefile b/kernel/Makefile index 2b41f57..7964ac1 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -2,7 +2,10 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.18 1995/04/19 16:01:57 adam +# Revision 1.19 1995/04/19 16:08:20 adam +# Minor changes. +# +# Revision 1.18 1995/04/19 16:01:57 adam # Some hacks to get the FIFO communication work!! Isn't reliable. # Resource gw.account added - default account info. # @@ -67,7 +70,7 @@ SHELL=/bin/sh #ZINC=-I$(ZPRE) #ZLIB=$(ZPRE)/libz3950.a -ZLIB=../../../quinn/proj/yaz/lib/libyaz.a +ZLIB=../../yaz/lib/libyaz.a INCLUDE=-I../include #CFLAGS=-g -Wall diff --git a/zlayer/Makefile b/zlayer/Makefile index 5b8eb67..8cc7c3a 100644 --- a/zlayer/Makefile +++ b/zlayer/Makefile @@ -2,7 +2,10 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.12 1995/04/19 16:02:28 adam +# Revision 1.13 1995/04/19 16:08:25 adam +# Minor changes. +# +# Revision 1.12 1995/04/19 16:02:28 adam # Record type hack. # # Revision 1.11 1995/04/19 09:24:01 quinn @@ -42,9 +45,9 @@ SHELL=/bin/sh #ZINC=-I$(ZPRE) #ZLIB=$(ZPRE)/libz3950.a -ZINC=-I../../../quinn/proj/yaz/include +ZINC=-I../../yaz/include ZDEFS=-DUSE_XTIMOSI -ZLIB=../../../quinn/proj/yaz/lib/libyaz.a +ZLIB=../../yaz/lib/libyaz.a INCLUDE=-I. -I../include $(ZINC) #CFLAGS=-g -Wall -pedantic -ansi