aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2007-12-17 21:27:10 +0000
committerDavid Shaw <[email protected]>2007-12-17 21:27:10 +0000
commit4c39fb56b856efd2f3741e4e65ee91c4378f8497 (patch)
treea8bea240d2bca7113b0bddedcfed796fcb4bf7cc
parentFixd a W32 problems with ldaps. (diff)
downloadgnupg-4c39fb56b856efd2f3741e4e65ee91c4378f8497.tar.gz
gnupg-4c39fb56b856efd2f3741e4e65ee91c4378f8497.zip
* Makefile.am: Fix compile error when libcurl is in a nonstandard
location.
-rw-r--r--keyserver/ChangeLog5
-rw-r--r--keyserver/Makefile.am4
2 files changed, 8 insertions, 1 deletions
diff --git a/keyserver/ChangeLog b/keyserver/ChangeLog
index 2afcdea1f..1ceacb87d 100644
--- a/keyserver/ChangeLog
+++ b/keyserver/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-17 David Shaw <[email protected]>
+
+ * Makefile.am: Fix compile error when libcurl is in a nonstandard
+ location.
+
2007-07-28 David Shaw <[email protected]>
* gpgkeys_ldap.c (main): Fix bug in setting up whether to verify
diff --git a/keyserver/Makefile.am b/keyserver/Makefile.am
index 5fa09c4eb..fc073adab 100644
--- a/keyserver/Makefile.am
+++ b/keyserver/Makefile.am
@@ -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