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:
parent
b725937df1
commit
c67b9886c6
26 changed files with 272 additions and 61 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue