diff options
Diffstat (limited to 'src/daemon/https/tls/Makefile.am')
-rw-r--r-- | src/daemon/https/tls/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/daemon/https/tls/Makefile.am b/src/daemon/https/tls/Makefile.am index 420307fc..23ec8d7b 100644 --- a/src/daemon/https/tls/Makefile.am +++ b/src/daemon/https/tls/Makefile.am | |||
@@ -1,5 +1,9 @@ | |||
1 | SUBDIRS = . | 1 | SUBDIRS = . |
2 | 2 | ||
3 | if USE_COVERAGE | ||
4 | AM_CFLAGS = -fprofile-arcs -ftest-coverage | ||
5 | endif | ||
6 | |||
3 | AM_CPPFLAGS = \ | 7 | AM_CPPFLAGS = \ |
4 | -I$(top_srcdir)/src/include \ | 8 | -I$(top_srcdir)/src/include \ |
5 | -I$(top_srcdir)/src/daemon/ \ | 9 | -I$(top_srcdir)/src/daemon/ \ |