aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/Makefile.am')
-rw-r--r--src/daemon/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index b26c3df5..c52e2610 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -1,6 +1,10 @@
1# including '.' mixes up build order when HTTPS is enabled. 1# including '.' mixes up build order when HTTPS is enabled.
2SUBDIRS = 2SUBDIRS =
3 3
4if USE_COVERAGE
5 AM_CFLAGS = -fprofile-arcs -ftest-coverage
6endif
7
4AM_CPPFLAGS = \ 8AM_CPPFLAGS = \
5-I$(top_srcdir)/src/include \ 9-I$(top_srcdir)/src/include \
6-I$(top_srcdir)/src/daemon \ 10-I$(top_srcdir)/src/daemon \