gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: test_postprocessor_md: fixed wron


From: gnunet
Subject: [libmicrohttpd] branch master updated: test_postprocessor_md: fixed wrong CPPFLAGS
Date: Sat, 26 Dec 2020 15:54:02 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new d880367c test_postprocessor_md: fixed wrong CPPFLAGS
d880367c is described below

commit d880367c4ece0c28eb50905092d94fee909558b9
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Dec 26 17:49:46 2020 +0300

    test_postprocessor_md: fixed wrong CPPFLAGS
---
 src/microhttpd/Makefile.am | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 7a814603..fa83200a 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -296,6 +296,13 @@ test_postprocessor_large_CFLAGS = \
 test_postprocessor_large_LDADD = \
   $(top_builddir)/src/microhttpd/libmicrohttpd.la
 
+test_postprocessor_md_SOURCES = \
+  test_postprocessor_md.c
+test_postprocessor_md_CPPFLAGS = \
+  $(AM_CPPFLAGS) $(MHD_TLS_LIB_CPPFLAGS)
+test_postprocessor_md_CFLAGS = \
+  $(AM_CFLAGS) $(MHD_TLS_LIB_CFLAGS)
+
 test_shutdown_select_SOURCES = \
   test_shutdown_select.c
 if USE_POSIX_THREADS
@@ -341,9 +348,6 @@ test_str_to_value_SOURCES = \
 test_str_token_SOURCES = \
   test_str_token.c mhd_str.c
 
-test_postprocessor_md_SOURCES = \
-  test_postprocessor_md.c
-
 test_http_reasons_SOURCES = \
   test_http_reasons.c \
   reason_phrase.c mhd_str.c mhd_str.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]