aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/Makefile.am')
-rw-r--r--src/daemon/https/tls/Makefile.am4
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 @@
1SUBDIRS = . 1SUBDIRS = .
2 2
3if USE_COVERAGE
4 AM_CFLAGS = -fprofile-arcs -ftest-coverage
5endif
6
3AM_CPPFLAGS = \ 7AM_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/ \