mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
* Makefile.am: Fix missing include path for gpgkeys_finger (needs the
libcurl path, even though it doesn't use libcurl because of ksutil.c:curl_err_to_gpg_err(). Noted by Gilbert Fernandes.
This commit is contained in:
parent
ccd5fc4758
commit
519435f06c
@ -1,3 +1,9 @@
|
||||
2006-07-26 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* Makefile.am: Fix missing include path for gpgkeys_finger (needs
|
||||
the libcurl path, even though it doesn't use libcurl because of
|
||||
ksutil.c:curl_err_to_gpg_err(). Noted by Gilbert Fernandes.
|
||||
|
||||
2006-07-20 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* curl-shim.c (curl_easy_perform): Minor cleanup of proxy code.
|
||||
|
@ -50,4 +50,5 @@ gpgkeys_curl_CPPFLAGS = @LIBCURL_CPPFLAGS@
|
||||
gpgkeys_curl_LDADD = @LIBCURL@ @GETOPT@
|
||||
gpgkeys_hkp_CPPFLAGS = @LIBCURL_CPPFLAGS@
|
||||
gpgkeys_hkp_LDADD = @LIBCURL@ @GETOPT@
|
||||
gpgkeys_finger_CPPFLAGS = @LIBCURL_CPPFLAGS@
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user