From: Sebastian Hammer Date: Thu, 16 Feb 1995 15:01:38 +0000 (+0000) Subject: Polished some library-references X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=202c42c4dd7bc08d6fa062334aa6d48aca1407aa;p=egate.git Polished some library-references --- diff --git a/zlayer/Makefile b/zlayer/Makefile index 0aee2b5..851234d 100644 --- a/zlayer/Makefile +++ b/zlayer/Makefile @@ -2,7 +2,10 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.1 1995/02/16 14:47:55 quinn +# Revision 1.2 1995/02/16 15:01:38 quinn +# Polished some library-references +# +# Revision 1.1 1995/02/16 14:47:55 quinn # First kick. # # @@ -15,7 +18,7 @@ SHELL=/bin/sh INCLUDE=-I. -I../include $(ZINC) CFLAGS=-g -Wall -pedantic -ansi TPROG1=test -LIB=../lib/zaccess.a +LIB=../lib/libzass.a PO=zaccess.o CPP=cc -E DEFS=$(INCLUDE) @@ -24,7 +27,7 @@ ZDEFS=-DLOW_TO_HIGH -Dfar= all: $(LIB) $(TPROG1): $(TPROG1).o $(LIB) - $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB) + $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB) $(ZLIB) ../lib/libres+log.a $(LIB): $(PO) rm -f $(LIB)