aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-09-14 13:26:00 +0000
committerBart Polot <bart@net.in.tum.de>2011-09-14 13:26:00 +0000
commit58e48024d5348b32ef9ca7ef91734c4852d20edc (patch)
treeab0f0d08e381e3395986960872eee8c3bd3c0cd7 /src/mesh/Makefile.am
parent0514c61f6b185d3a7ae98309eca53d83de685ebe (diff)
downloadgnunet-58e48024d5348b32ef9ca7ef91734c4852d20edc.tar.gz
gnunet-58e48024d5348b32ef9ca7ef91734c4852d20edc.zip
Fixed typo
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r--src/mesh/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 1a6852a54..7e3f333be 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -65,7 +65,7 @@ test_mesh_local_1_SOURCES = \
65test_mesh_local_1_LDADD = \ 65test_mesh_local_1_LDADD = \
66 $(top_builddir)/src/util/libgnunetutil.la \ 66 $(top_builddir)/src/util/libgnunetutil.la \
67 $(top_builddir)/src/mesh/libgnunetmeshnew.la 67 $(top_builddir)/src/mesh/libgnunetmeshnew.la
68test_mesh_api_1_DEPENDENCIES = \ 68test_mesh_local_1_DEPENDENCIES = \
69 libgnunetmeshnew.la 69 libgnunetmeshnew.la
70 70
71test_mesh_local_2_SOURCES = \ 71test_mesh_local_2_SOURCES = \
@@ -73,7 +73,7 @@ test_mesh_local_2_SOURCES = \
73test_mesh_local_2_LDADD = \ 73test_mesh_local_2_LDADD = \
74 $(top_builddir)/src/util/libgnunetutil.la \ 74 $(top_builddir)/src/util/libgnunetutil.la \
75 $(top_builddir)/src/mesh/libgnunetmeshnew.la 75 $(top_builddir)/src/mesh/libgnunetmeshnew.la
76test_mesh_api_2_DEPENDENCIES = \ 76test_mesh_local_2_DEPENDENCIES = \
77 libgnunetmeshnew.la 77 libgnunetmeshnew.la
78 78
79test_mesh_small_SOURCES = \ 79test_mesh_small_SOURCES = \