mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
* Makefile.am: Fix compile error when libcurl is in a nonstandard
location.
This commit is contained in:
parent
f717f9661a
commit
4c39fb56b8
@ -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>
|
2007-07-28 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gpgkeys_ldap.c (main): Fix bug in setting up whether to verify
|
* gpgkeys_ldap.c (main): Fix bug in setting up whether to verify
|
||||||
|
@ -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.
|
# 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_CPPFLAGS = @LIBCURL_CPPFLAGS@
|
||||||
gpgkeys_hkp_LDADD = ../util/libcompat.a @LIBCURL@ @GETOPT@
|
gpgkeys_hkp_LDADD = ../util/libcompat.a @LIBCURL@ @GETOPT@
|
||||||
gpgkeys_finger_CPPFLAGS = @LIBCURL_CPPFLAGS@
|
gpgkeys_finger_CPPFLAGS = @LIBCURL_CPPFLAGS@
|
||||||
|
gpgkeys_ldap_CPPFLAGS += @LIBCURL_CPPFLAGS@
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user