gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32948 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r32948 - libmicrohttpd/src/microhttpd
Date: Mon, 7 Apr 2014 23:50:20 +0200

Author: Karlson2k
Date: 2014-04-07 23:50:20 +0200 (Mon, 07 Apr 2014)
New Revision: 32948

Modified:
   libmicrohttpd/src/microhttpd/Makefile.am
   libmicrohttpd/src/microhttpd/test_daemon.c
Log:
Fixed MHD base tests with non-default path to GnuTLS includes, removed 
duplicated include

Modified: libmicrohttpd/src/microhttpd/Makefile.am
===================================================================
--- libmicrohttpd/src/microhttpd/Makefile.am    2014-04-07 20:50:28 UTC (rev 
32947)
+++ libmicrohttpd/src/microhttpd/Makefile.am    2014-04-07 21:50:20 UTC (rev 
32948)
@@ -151,17 +151,23 @@
 
 test_postprocessor_SOURCES = \
   test_postprocessor.c
+test_postprocessor_CPPFLAGS = \
+  $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS)
 test_postprocessor_LDADD = \
   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   $(MHD_W32_LIB)
 
 test_postprocessor_amp_SOURCES = \
   test_postprocessor_amp.c
+test_postprocessor_amp_CPPFLAGS = \
+  $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS)
 test_postprocessor_amp_LDADD = \
   $(top_builddir)/src/microhttpd/libmicrohttpd.la
 
 test_postprocessor_large_SOURCES = \
   test_postprocessor_large.c
+test_postprocessor_large_CPPFLAGS = \
+  $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS)
 test_postprocessor_large_LDADD = \
   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   $(MHD_W32_LIB)

Modified: libmicrohttpd/src/microhttpd/test_daemon.c
===================================================================
--- libmicrohttpd/src/microhttpd/test_daemon.c  2014-04-07 20:50:28 UTC (rev 
32947)
+++ libmicrohttpd/src/microhttpd/test_daemon.c  2014-04-07 21:50:20 UTC (rev 
32948)
@@ -25,7 +25,6 @@
  */
 
 #include "platform.h"
-#include "platform.h"
 #include "microhttpd.h"
 #include <stdlib.h>
 #include <string.h>




reply via email to

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