diff options
Diffstat (limited to 'src/testcurl/https/Makefile.am')
-rw-r--r-- | src/testcurl/https/Makefile.am | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am index b929995d..2fde40c9 100644 --- a/src/testcurl/https/Makefile.am +++ b/src/testcurl/https/Makefile.am | |||
@@ -1,17 +1,17 @@ | |||
1 | SUBDIRS = . | 1 | SUBDIRS = . |
2 | 2 | ||
3 | if USE_COVERAGE | 3 | if USE_COVERAGE |
4 | AM_CFLAGS = -fprofile-arcs -ftest-coverage | 4 | AM_CFLAGS = --coverage |
5 | endif | 5 | endif |
6 | 6 | ||
7 | AM_CPPFLAGS = \ | 7 | AM_CPPFLAGS = \ |
8 | -I$(top_srcdir)/src/include \ | 8 | -I$(top_srcdir)/src/include \ |
9 | -I$(top_srcdir)/src/daemon/https \ | 9 | -I$(top_srcdir)/src/daemon/https \ |
10 | -I$(top_srcdir)/src/daemon/https/tls \ | 10 | -I$(top_srcdir)/src/daemon/https/tls \ |
11 | -I$(top_srcdir)/src/daemon/https/lgl \ | 11 | -I$(top_srcdir)/src/daemon/https/lgl \ |
12 | -I$(top_srcdir)/src/daemon/https/x509 \ | 12 | -I$(top_srcdir)/src/daemon/https/x509 \ |
13 | -I$(top_srcdir)/src/daemon \ | 13 | -I$(top_srcdir)/src/daemon \ |
14 | $(LIBCURL_CPPFLAGS) | 14 | $(LIBCURL_CPPFLAGS) |
15 | 15 | ||
16 | check_PROGRAMS = \ | 16 | check_PROGRAMS = \ |
17 | tls_daemon_options_test \ | 17 | tls_daemon_options_test \ |