* 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:
David Shaw 2006-07-26 21:12:55 +00:00
parent ccd5fc4758
commit 519435f06c
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -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