diff options
Diffstat (limited to 'zlib/makefile.wat')
| -rw-r--r-- | zlib/makefile.wat | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/zlib/makefile.wat b/zlib/makefile.wat index 9e3e83d5f..470baae63 100644 --- a/zlib/makefile.wat +++ b/zlib/makefile.wat @@ -3,7 +3,7 @@ #
# GNU ZIP library makefile for the Fast Light Toolkit (FLTK).
#
-# Copyright 1997-2004 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
@@ -34,8 +34,9 @@ LIBNAMEROOT=ftlk_z # Object files...
#
-LIBOBJS = adler32.obj compress.obj crc32.obj gzio.obj uncompr.obj deflate.obj &
- trees.obj zutil.obj inflate.obj inftrees.obj inffast.obj
+LIBOBJS = adler32.obj compress.obj crc32.obj uncompr.obj deflate.obj &
+ trees.obj zutil.obj inflate.obj inftrees.obj inffast.obj &
+ gzclose.obj gzlib.obj gzread.obj gzwrite.obj infback.obj
#
|
