libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 31ca44a13c054e7b691d8757a79caffb22b31511
parent 3e1bc57a79987fd7b39670f3dab340561cc5397f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 16 Nov 2008 06:24:19 +0000

indent

Diffstat:
Msrc/testcurl/Makefile.am | 2+-
Msrc/testcurl/https/Makefile.am | 16++++++++--------
2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am @@ -5,7 +5,7 @@ if USE_COVERAGE endif if ENABLE_HTTPS -SUBDIRS += https + SUBDIRS += https endif AM_CPPFLAGS = \ diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am @@ -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 \