mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
* Makefile.am: Include LDAP_CPPFLAGS when building LDAP.
This commit is contained in:
parent
9536012034
commit
f02c0f6849
@ -1,3 +1,7 @@
|
||||
2005-08-08 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* Makefile.am: Include LDAP_CPPFLAGS when building LDAP.
|
||||
|
||||
2005-08-03 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpgkeys_hkp.c (main), gpgkeys_curl.c (main), curl-shim.h: Show
|
||||
|
@ -36,7 +36,9 @@ gpgkeys_curl_SOURCES = gpgkeys_curl.c ksutil.c ksutil.h
|
||||
|
||||
other_libs = $(LIBICONV) $(LIBINTL) $(CAPLIBS)
|
||||
|
||||
gpgkeys_ldap_CPPFLAGS = @LDAP_CPPFLAGS@
|
||||
gpgkeys_ldap_LDADD = ../util/libutil.a @LDAPLIBS@ @NETLIBS@ $(other_libs) @GETOPT@ @W32LIBS@
|
||||
|
||||
gpgkeys_http_LDADD = ../util/libutil.a @NETLIBS@ @SRVLIBS@ $(other_libs) @GETOPT@ @W32LIBS@
|
||||
gpgkeys_finger_LDADD = ../util/libutil.a @NETLIBS@ $(other_libs) @GETOPT@ @W32LIBS@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user