Christian Grothoff 17 سال پیش
والد
کامیت
31ca44a13c
2فایلهای تغییر یافته به همراه9 افزوده شده و 9 حذف شده
  1. 1 1
      src/testcurl/Makefile.am
  2. 8 8
      src/testcurl/https/Makefile.am

+ 1 - 1
src/testcurl/Makefile.am

@@ -5,7 +5,7 @@ if USE_COVERAGE
 endif
 
 if ENABLE_HTTPS
-SUBDIRS += https
+  SUBDIRS += https
 endif
 
 AM_CPPFLAGS = \

+ 8 - 8
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 \