summaryrefslogtreecommitdiff
path: root/zlib/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-09-08 16:04:43 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-09-08 16:04:43 +0000
commit88ff012c446c98bf017a29af883d0d6b0c25c26d (patch)
tree5e16df496a98b33aa9cb875ee5785945943f5034 /zlib/Makefile
parent53d7e32ff3f2c6baf17d10988736ba6bf3f8c4c6 (diff)
Update PNG to 1.2.6 + wutil patch.
Update ZLIB to 1.2.1. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3809 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'zlib/Makefile')
-rw-r--r--zlib/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/zlib/Makefile b/zlib/Makefile
index 38e2036ca..b8e37586b 100644
--- a/zlib/Makefile
+++ b/zlib/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.1.2.5 2004/09/06 11:20:53 easysw Exp $"
+# "$Id: Makefile,v 1.1.2.6 2004/09/08 16:04:42 easysw Exp $"
#
# GNU ZIP library makefile for the Fast Light Toolkit (FLTK).
#
@@ -31,8 +31,7 @@ include ../makeinclude
#
OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o \
- trees.o zutil.o inflate.o infblock.o inftrees.o infcodes.o \
- infutil.o inffast.o
+ trees.o zutil.o inflate.o inftrees.o inffast.o
LIBZ = ../lib/libfltk_z$(LIBEXT)
@@ -104,5 +103,5 @@ $(OBJS): ../makeinclude
#
-# End of "$Id: Makefile,v 1.1.2.5 2004/09/06 11:20:53 easysw Exp $".
+# End of "$Id: Makefile,v 1.1.2.6 2004/09/08 16:04:42 easysw Exp $".
#