X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=zlayer%2FMakefile;fp=zlayer%2FMakefile;h=5b8eb671cf99392cd3161700617a6f56aad3ca9d;hb=6983350d1082de0172364999b9cb448b8fe48485;hp=a2f13dc6b356401cbe351114803343d502c9ad33;hpb=d51076215bd716f784f60cde424b218f321e3852;p=egate.git diff --git a/zlayer/Makefile b/zlayer/Makefile index a2f13dc..5b8eb67 100644 --- a/zlayer/Makefile +++ b/zlayer/Makefile @@ -2,7 +2,10 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.11 1995/04/19 09:24:01 quinn +# Revision 1.12 1995/04/19 16:02:28 adam +# Record type hack. +# +# Revision 1.11 1995/04/19 09:24:01 quinn # Fixed bug in zass_open - variable initialized after use # # Revision 1.10 1995/04/19 07:31:28 adam @@ -39,9 +42,9 @@ SHELL=/bin/sh #ZINC=-I$(ZPRE) #ZLIB=$(ZPRE)/libz3950.a -ZINC=-I../../yaz/include -ZDEFS= # -DUSE_XTIMOSI -ZLIB=../../yaz/lib/libyaz.a +ZINC=-I../../../quinn/proj/yaz/include +ZDEFS=-DUSE_XTIMOSI +ZLIB=../../../quinn/proj/yaz/lib/libyaz.a INCLUDE=-I. -I../include $(ZINC) #CFLAGS=-g -Wall -pedantic -ansi @@ -50,7 +53,7 @@ LIB=../lib/libzass.a PO=zaccess-yaz.o CPP=$(CC) -E DEFS=$(INCLUDE) -CFILES=zaccess.c +CFILES=zaccess-yaz.c all: $(LIB)