aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2022-08-16 14:28:45 +0000
committerAndre Heinecke <[email protected]>2022-08-16 14:28:45 +0000
commitbca00f1fba02bb738cb81b80784dd8fdd68b6629 (patch)
tree3ee2a9c5c762a5854674fed8f009f519dc66d6c7
parentgpg: Fix --card-status to handle lowercase APPTYPEs (diff)
downloadgnupg-bca00f1fba02bb738cb81b80784dd8fdd68b6629.tar.gz
gnupg-bca00f1fba02bb738cb81b80784dd8fdd68b6629.zip
dirmngr: Fix NTBTLS include for test
* dirmngr/Makefile.am (t_ldap_parse_uri_CFLAGS): Add NTBTLS. -- This fixes the build in case every lib is installed into its own prefix.
-rw-r--r--dirmngr/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/dirmngr/Makefile.am b/dirmngr/Makefile.am
index 5221a5d71..f346e693e 100644
--- a/dirmngr/Makefile.am
+++ b/dirmngr/Makefile.am
@@ -167,7 +167,8 @@ t_ldap_parse_uri_SOURCES = \
$(ldap_url) $(t_common_src)
t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 $(USE_C99_CFLAGS) \
$(LIBGCRYPT_CFLAGS) \
- $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) $(KSBA_CFLAGS)
+ $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) $(KSBA_CFLAGS) \
+ $(NTBTLS_CFLAGS)
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)