1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

fixes for the 1.0.6b bugs David recently posted to gnupg-devel.

This commit is contained in:
Werner Koch 2001-11-08 13:26:00 +00:00
parent b725937df1
commit c67b9886c6
26 changed files with 272 additions and 61 deletions

View file

@ -1,3 +1,7 @@
2001-10-23 Werner Koch <wk@gnupg.org>
* Makefile.am (gpgsplit_LDADD): Add ZLIBS.
2001-09-18 Werner Koch <wk@gnupg.org>
* gpgsplit.c: New option --uncompress.

View file

@ -41,7 +41,7 @@ mpicalc_LDADD = $(needed_libs)
bftest_LDADD = $(needed_libs)
shmtest_LDADD = $(needed_libs)
gpgsplit_LDADD = $(needed_libs)
gpgsplit_LDADD = @ZLIBS@ $(needed_libs)
mpicalc bftest shmtest gpgsplit: $(needed_libs)