Polished some library-references
authorSebastian Hammer <quinn@indexdata.com>
Thu, 16 Feb 1995 15:01:38 +0000 (15:01 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Thu, 16 Feb 1995 15:01:38 +0000 (15:01 +0000)
zlayer/Makefile

index 0aee2b5..851234d 100644 (file)
@@ -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)