Don't lie about ZLIB, it's not under /usr/local, and we don't need to

specify anything to use it since it's in the standard place.
This commit is contained in:
espie 1999-04-04 23:44:50 +00:00
parent 70defee694
commit e57506a381

View File

@ -16,8 +16,8 @@
-CC=cc
-CFLAGS=-I$(ZLIBINC) -O # -g -DPNG_DEBUG=5
-LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lz -lm
+ZLIBLIB=/usr/local/lib
+ZLIBINC=/usr/local/include
+#ZLIBLIB=/usr/local/lib
+#ZLIBINC=/usr/local/include
+#ZLIBLIB=../zlib
+#ZLIBINC=../zlib
+