aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-08-22 17:35:24 +0000
committerBart Polot <bart@net.in.tum.de>2011-08-22 17:35:24 +0000
commit6aae69bbb5a389a2e47478b46fa1d5620c2cfbcd (patch)
tree0c5fcbe071884d54d02b149483854152c314845b /src/mesh/Makefile.am
parentf38f964610d4abe9e8b8aa8d20ce5bd6af67da15 (diff)
downloadgnunet-6aae69bbb5a389a2e47478b46fa1d5620c2cfbcd.tar.gz
gnunet-6aae69bbb5a389a2e47478b46fa1d5620c2cfbcd.zip
Various changes, can't get indent to work
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 = \