aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-09-30 14:38:23 +0000
committerBart Polot <bart@net.in.tum.de>2011-09-30 14:38:23 +0000
commit1fab92101d43eb0b5abab878149e9bdc6dba5ae0 (patch)
tree3b17c85d4cadf53ecd5ee74742e029cb0de67995 /src/mesh/Makefile.am
parent73841c2f316bc15237d0e22880fba01b8d09abde (diff)
downloadgnunet-1fab92101d43eb0b5abab878149e9bdc6dba5ae0.tar.gz
gnunet-1fab92101d43eb0b5abab878149e9bdc6dba5ae0.zip
Commented out DHT code, removed DHT-dependent test from run set.
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r--src/mesh/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 1f43b66d4..ad91ad16c 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -110,7 +110,7 @@ test_mesh_small_unicast_DEPENDENCIES = \
110 110
111if ENABLE_TEST_RUN 111if ENABLE_TEST_RUN
112if HAVE_EXPERIMENTAL 112if HAVE_EXPERIMENTAL
113TESTS = test_mesh_api test_mesh_path_api test_mesh_local_1 test_mesh_local_2 113TESTS = test_mesh_api test_mesh_path_api test_mesh_local_1
114endif 114endif
115endif 115endif
116 116