diff options
author | Werner Koch <[email protected]> | 2002-10-24 15:16:06 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-10-24 15:16:06 +0000 |
commit | 26c1f2620be26af63f6fbce8478410a038898ec6 (patch) | |
tree | ebed610738aa7d32aa0d5205db0b6dd3c3358053 | |
parent | * configure.ac (GPGKEYS_LDAP,GPGKEYS_HKP): Add $EXEEXT. (diff) | |
download | gnupg-26c1f2620be26af63f6fbce8478410a038898ec6.tar.gz gnupg-26c1f2620be26af63f6fbce8478410a038898ec6.zip |
* mk-w32-dist: Include gpgkeys_ldap.
-rw-r--r-- | scripts/ChangeLog | 4 | ||||
-rwxr-xr-x | scripts/mk-w32-dist | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog index 06acbe121..830757761 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2002-10-24 Werner Koch <[email protected]> + + * mk-w32-dist: Include gpgkeys_ldap. + 2002-09-20 Werner Koch <[email protected]> * mk-w32-dist: Don't use iconv for pl.po. diff --git a/scripts/mk-w32-dist b/scripts/mk-w32-dist index b425c7937..41c02a8b7 100755 --- a/scripts/mk-w32-dist +++ b/scripts/mk-w32-dist @@ -40,6 +40,8 @@ cp ${bindir}/g10/gpg.exe gpg.exe mingw32 strip gpg.exe cp ${bindir}/g10/gpgv.exe gpgv.exe mingw32 strip gpgv.exe +cp ${bindir}/keyserver/gpgkeys_ldap.exe gpgkeys_ldap.exe +mingw32 strip gpgkeys_ldap.exe cp ${bindir}/tools/gpgsplit.exe gpgsplit.exe mingw32 strip gpgsplit.exe |