aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2022-04-21 09:50:51 +0000
committerWerner Koch <[email protected]>2022-04-21 12:18:14 +0000
commit9b297a9d44b7a1c272c3c0e458b64b722a075dcf (patch)
tree8fa73778bbcc98ec06c474f31ba09418c30d0e05
parentpo: Update Simplified Chinese Translation. (diff)
downloadgnupg-9b297a9d44b7a1c272c3c0e458b64b722a075dcf.tar.gz
gnupg-9b297a9d44b7a1c272c3c0e458b64b722a075dcf.zip
dirmngr: Fix Makefile
-- Fixes-commit: 89dc9f1e6916ebd123852534b8cada2fc3555688
-rw-r--r--dirmngr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/Makefile.am b/dirmngr/Makefile.am
index 551edac17..5221a5d71 100644
--- a/dirmngr/Makefile.am
+++ b/dirmngr/Makefile.am
@@ -168,7 +168,7 @@ t_ldap_parse_uri_SOURCES = \
t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 $(USE_C99_CFLAGS) \
$(LIBGCRYPT_CFLAGS) \
$(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) $(KSBA_CFLAGS)
-t_ldap_parse_uri_LDADD = $(ldaplibs) $(t_common_ldadd) $(KDBA_LIBS) $(DNSLIBS)
+t_ldap_parse_uri_LDADD = $(ldaplibs) $(t_common_ldadd) $(KSBA_LIBS) $(DNSLIBS)
t_ldap_misc_SOURCES = t-ldap-misc.c ldap-misc.c ldap-misc.h $(ldap_url)
t_ldap_misc_CFLAGS = -DWITHOUT_NPTH=1 $(GPG_ERROR_CFLAGS) $(LIBGCRYPT_CFLAGS)