diff options
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/ChangeLog | 4 | ||||
-rw-r--r-- | zlib/Makefile.am | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/zlib/ChangeLog b/zlib/ChangeLog index 67a513941..69965ba90 100644 --- a/zlib/ChangeLog +++ b/zlib/ChangeLog @@ -1,3 +1,7 @@ +Sat Feb 13 12:04:43 CET 1999 Werner Koch <wk@isil.d.shuttle.de> + + * Makefile.am: Removed -Wall + Wed Jan 20 21:40:21 CET 1999 Werner Koch <wk@isil.d.shuttle.de> * Makefile.am: Corrected the list of sources diff --git a/zlib/Makefile.am b/zlib/Makefile.am index 91610af4d..2c1e9cda4 100644 --- a/zlib/Makefile.am +++ b/zlib/Makefile.am @@ -3,8 +3,6 @@ # For conditions of distribution and use, see copyright notice in zlib.h # This is used if a systems lacks support of zlib -CFLAGS = -O -Wall - EXTRA_DIST = README algorithm.doc ChangeLog # I found no other easy way to use this only if zlib is neede |