diff options
author | Werner Koch <wk@gnupg.org> | 1999-02-13 12:19:14 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-02-13 12:19:14 +0100 |
commit | 54629f721b429256c3586ecfdbf3b5b97963fe35 (patch) | |
tree | 8728f0d7f5c9aed997a1c1ab279f39993e197db4 /zlib | |
parent | removed gettext (diff) | |
download | gnupg2-54629f721b429256c3586ecfdbf3b5b97963fe35.tar.xz gnupg2-54629f721b429256c3586ecfdbf3b5b97963fe35.zip |
See ChangeLog: Sat Feb 13 12:14:42 CET 1999 Werner Koch
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 |