1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-21 01:02:46 +02:00

* Makefile.am: Include LDAP_CPPFLAGS when building LDAP.

This commit is contained in:
David Shaw 2005-08-08 17:35:29 +00:00
parent 9536012034
commit f02c0f6849
2 changed files with 6 additions and 0 deletions

View File

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

View File

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