gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7901 - in libmicrohttpd/src/testcurl: . https


From: gnunet
Subject: [GNUnet-SVN] r7901 - in libmicrohttpd/src/testcurl: . https
Date: Sat, 15 Nov 2008 23:24:20 -0700 (MST)

Author: grothoff
Date: 2008-11-15 23:24:19 -0700 (Sat, 15 Nov 2008)
New Revision: 7901

Modified:
   libmicrohttpd/src/testcurl/Makefile.am
   libmicrohttpd/src/testcurl/https/Makefile.am
Log:
indent

Modified: libmicrohttpd/src/testcurl/Makefile.am
===================================================================
--- libmicrohttpd/src/testcurl/Makefile.am      2008-11-16 05:28:37 UTC (rev 
7900)
+++ libmicrohttpd/src/testcurl/Makefile.am      2008-11-16 06:24:19 UTC (rev 
7901)
@@ -5,7 +5,7 @@
 endif
 
 if ENABLE_HTTPS
-SUBDIRS += https
+  SUBDIRS += https
 endif
 
 AM_CPPFLAGS = \

Modified: libmicrohttpd/src/testcurl/https/Makefile.am
===================================================================
--- libmicrohttpd/src/testcurl/https/Makefile.am        2008-11-16 05:28:37 UTC 
(rev 7900)
+++ libmicrohttpd/src/testcurl/https/Makefile.am        2008-11-16 06:24:19 UTC 
(rev 7901)
@@ -1,17 +1,17 @@
 SUBDIRS = .
 
 if USE_COVERAGE
-  AM_CFLAGS = -fprofile-arcs -ftest-coverage
+  AM_CFLAGS = --coverage
 endif
 
 AM_CPPFLAGS = \
--I$(top_srcdir)/src/include \
--I$(top_srcdir)/src/daemon/https \
--I$(top_srcdir)/src/daemon/https/tls \
--I$(top_srcdir)/src/daemon/https/lgl \
--I$(top_srcdir)/src/daemon/https/x509 \
--I$(top_srcdir)/src/daemon \
-$(LIBCURL_CPPFLAGS)
+  -I$(top_srcdir)/src/include \
+  -I$(top_srcdir)/src/daemon/https \
+  -I$(top_srcdir)/src/daemon/https/tls \
+  -I$(top_srcdir)/src/daemon/https/lgl \
+  -I$(top_srcdir)/src/daemon/https/x509 \
+  -I$(top_srcdir)/src/daemon \
+  $(LIBCURL_CPPFLAGS)
 
 check_PROGRAMS = \
   tls_daemon_options_test \





reply via email to

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