aboutsummaryrefslogtreecommitdiff
path: root/src/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/Makefile.am')
-rw-r--r--src/examples/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index c222b5db..7946745a 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -12,6 +12,8 @@ AM_LDFLAGS = $(LDFLAGS_ac)
12 12
13MHD_CPU_COUNT_DEF = -DMHD_CPU_COUNT=$(CPU_COUNT) 13MHD_CPU_COUNT_DEF = -DMHD_CPU_COUNT=$(CPU_COUNT)
14 14
15AM_TESTS_ENVIRONMENT = $(TESTS_ENVIRONMENT_ac)
16
15if USE_COVERAGE 17if USE_COVERAGE
16 AM_CFLAGS += --coverage 18 AM_CFLAGS += --coverage
17endif 19endif