summaryrefslogtreecommitdiffstats
path: root/dirmngr
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2012-02-16 17:51:20 +0100
committerMarcus Brinkmann <mb@g10code.com>2012-02-16 18:03:29 +0100
commit76ff42ef8d1232dd36bf48c1020b0b9b2afb1c7d (patch)
tree93783642df3ed82429965c0bba1152af39370451 /dirmngr
parentagent: Add pin length field to the shadowed private key format. (diff)
downloadgnupg2-76ff42ef8d1232dd36bf48c1020b0b9b2afb1c7d.tar.xz
gnupg2-76ff42ef8d1232dd36bf48c1020b0b9b2afb1c7d.zip
Check for lber and link dirmngr_ldap to it.
* configure.ac (LBER_LIBS, HAVE_LBER): New variables, check for lber. * dirmngr/Makefile.am (dirmngr_lda_LDADD): Add $(LBER_LIBS).
Diffstat (limited to 'dirmngr')
-rw-r--r--dirmngr/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/dirmngr/Makefile.am b/dirmngr/Makefile.am
index c5f073e3b..7c431658e 100644
--- a/dirmngr/Makefile.am
+++ b/dirmngr/Makefile.am
@@ -72,7 +72,8 @@ dirmngr_ldap_SOURCES = dirmngr_ldap.c $(ldap_url)
dirmngr_ldap_CFLAGS = $(GPG_ERROR_CFLAGS) $(LIBGCRYPT_CFLAGS)
dirmngr_ldap_LDFLAGS =
dirmngr_ldap_LDADD = $(libcommon) no-libgcrypt.o ../gl/libgnu.a $(DNSLIBS) \
- $(GPG_ERROR_LIBS) $(LDAPLIBS) $(LIBINTL) $(LIBICONV)
+ $(GPG_ERROR_LIBS) $(LDAPLIBS) $(LBER_LIBS) $(LIBINTL) \
+ $(LIBICONV)
endif
dirmngr_client_SOURCES = dirmngr-client.c