summaryrefslogtreecommitdiff
path: root/zlib/Makefile
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-02-27 15:50:40 +0000
committerManolo Gouy <Manolo>2011-02-27 15:50:40 +0000
commit1f4e91b62267522c6f62bd78f6c9c077a0eca17a (patch)
treed40976004d7020c34c1d32e11187fccd7827cc9c /zlib/Makefile
parent5c29bca9d487f5e033a42f7066166907b8f87037 (diff)
Set zlib to version 1.2.5 as asked by STR #2508.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8481 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'zlib/Makefile')
-rw-r--r--zlib/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/zlib/Makefile b/zlib/Makefile
index ccebf3127..2177b86dc 100644
--- a/zlib/Makefile
+++ b/zlib/Makefile
@@ -3,7 +3,7 @@
#
# GNU ZIP library makefile for the Fast Light Toolkit (FLTK).
#
-# Copyright 1997-2009 by Easy Software Products.
+# Copyright 1998-2011 by Bill Spitzak and others.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
@@ -32,8 +32,9 @@ include ../makeinclude
# Object files...
#
-OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o \
- trees.o zutil.o inflate.o inftrees.o inffast.o
+OBJS = adler32.o compress.o crc32.o uncompr.o deflate.o \
+ trees.o zutil.o inflate.o inftrees.o inffast.o \
+ gzclose.o gzlib.o gzread.o gzwrite.o infback.o
LIBZ = ../lib/libfltk_z$(LIBEXT)