1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-08 23:37:47 +02:00

* Makefile.am: Fix compile error when libcurl is in a nonstandard

location.
This commit is contained in:
David Shaw 2007-12-17 21:27:10 +00:00
parent f717f9661a
commit 4c39fb56b8
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-12-17 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Fix compile error when libcurl is in a nonstandard
location.
2007-07-28 David Shaw <dshaw@jabberwocky.com>
* gpgkeys_ldap.c (main): Fix bug in setting up whether to verify

View File

@ -1,4 +1,5 @@
# Copyright (C) 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
# Copyright (C) 2001, 2002, 2004, 2005, 2006,
# 2007 Free Software Foundation, Inc.
#
# This file is part of GnuPG.
#
@ -49,4 +50,5 @@ gpgkeys_curl_LDADD = ../util/libcompat.a @LIBCURL@ @GETOPT@
gpgkeys_hkp_CPPFLAGS = @LIBCURL_CPPFLAGS@
gpgkeys_hkp_LDADD = ../util/libcompat.a @LIBCURL@ @GETOPT@
gpgkeys_finger_CPPFLAGS = @LIBCURL_CPPFLAGS@
gpgkeys_ldap_CPPFLAGS += @LIBCURL_CPPFLAGS@
endif