mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Preparing 2.0.1rc1
This commit is contained in:
parent
13e646d938
commit
218380395e
32 changed files with 798 additions and 787 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-11-22 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am (gpg2keys_ldap_LDADD): Add jnlib. This is needed
|
||||
for some replacement functions.
|
||||
|
||||
2006-11-21 Werner Koch <wk@g10code.com>
|
||||
|
||||
* curl-shim.c (curl_easy_perform): Made BUFLEN and MAXLNE a size_t.
|
||||
|
|
|
@ -41,7 +41,7 @@ other_libs = $(LIBICONV) $(LIBINTL) $(CAPLIBS)
|
|||
|
||||
gpg2keys_ldap_SOURCES = gpgkeys_ldap.c ksutil.c ksutil.h no-libgcrypt.c
|
||||
gpg2keys_ldap_CPPFLAGS = $(LDAP_CPPFLAGS) $(AM_CPPFLAGS)
|
||||
gpg2keys_ldap_LDADD = $(LDAPLIBS) $(NETLIBS) $(other_libs)
|
||||
gpg2keys_ldap_LDADD = ../jnlib/libjnlib.a $(LDAPLIBS) $(NETLIBS) $(other_libs)
|
||||
|
||||
gpg2keys_finger_SOURCES = gpgkeys_finger.c ksutil.c ksutil.h no-libgcrypt.c
|
||||
gpg2keys_finger_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue