aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r--src/mesh/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 70c0dc150..1131c07c6 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -9,6 +9,8 @@ if USE_COVERAGE
9 XLIB = -lgcov 9 XLIB = -lgcov
10endif 10endif
11 11
12AM_CLFAGS = -g
13
12bin_PROGRAMS = \ 14bin_PROGRAMS = \
13 gnunet-service-mesh 15 gnunet-service-mesh
14 16
@@ -67,7 +69,7 @@ test_mesh_small_DEPENDENCIES = \
67 libgnunetmeshnew.la 69 libgnunetmeshnew.la
68 70
69if ENABLE_TEST_RUN 71if ENABLE_TEST_RUN
70TESTS = test_mesh_api 72TESTS = test_mesh_small
71endif 73endif
72 74
73EXTRA_DIST = \ 75EXTRA_DIST = \