diff options
Diffstat (limited to 'src/daemon/Makefile.am')
-rw-r--r-- | src/daemon/Makefile.am | 4 |
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. |
2 | SUBDIRS = | 2 | SUBDIRS = |
3 | 3 | ||
4 | if USE_COVERAGE | ||
5 | AM_CFLAGS = -fprofile-arcs -ftest-coverage | ||
6 | endif | ||
7 | |||
4 | AM_CPPFLAGS = \ | 8 | AM_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 \ |