gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 02/04: Fixed tests with GnuTLS in non-default path


From: gnunet
Subject: [libmicrohttpd] 02/04: Fixed tests with GnuTLS in non-default path
Date: Tue, 30 Jan 2024 23:07:09 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 303e34fcddd78296fca3da94af2ce7f59b547c96
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Jan 30 20:49:42 2024 +0100

    Fixed tests with GnuTLS in non-default path
---
 src/microhttpd/Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index e178a5e4..a802b580 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -445,6 +445,8 @@ test_postprocessor_md_SOURCES = \
   test_postprocessor_md.c postprocessor.h postprocessor.c \
   internal.h internal.c mhd_str.h mhd_str.c \
   mhd_panic.h mhd_panic.c
+test_postprocessor_md_CPPFLAGS = \
+  $(AM_CPPFLAGS) $(MHD_TLS_LIB_CPPFLAGS)
 
 test_shutdown_select_SOURCES = \
   test_shutdown_select.c
@@ -558,6 +560,8 @@ test_sha1_SOURCES = \
 
 test_auth_parse_SOURCES = \
   test_auth_parse.c gen_auth.c gen_auth.h  mhd_str.h mhd_str.c mhd_assert.h
+test_auth_parse_CPPFLAGS = \
+  $(AM_CPPFLAGS) $(MHD_TLS_LIB_CPPFLAGS)
 
 test_str_quote_SOURCES = \
   test_str_quote.c mhd_str.h mhd_str.c mhd_assert.h

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]