aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-06-28 17:32:43 +0000
committerBart Polot <bart@net.in.tum.de>2013-06-28 17:32:43 +0000
commitd792d43376748fc352470a33258f84bb71d47836 (patch)
treea0441a00ad93ea1c9f1e53d555dc7d7635fe12ad /src/mesh/Makefile.am
parente5a398072753c14ebf8b269cf0606408c067e2df (diff)
downloadgnunet-d792d43376748fc352470a33258f84bb71d47836.tar.gz
gnunet-d792d43376748fc352470a33258f84bb71d47836.zip
- fix braindead win32 build process
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 e1c607d7f..1c8476076 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -111,9 +111,9 @@ endif
111ld_mesh_test_lib = \ 111ld_mesh_test_lib = \
112 $(top_builddir)/src/util/libgnunetutil.la \ 112 $(top_builddir)/src/util/libgnunetutil.la \
113 $(top_builddir)/src/testing/libgnunettesting.la \ 113 $(top_builddir)/src/testing/libgnunettesting.la \
114 $(top_builddir)/src/testbed/libgnunettestbed.la \ 114 $(top_builddir)/src/mesh/libgnunetmeshtest.a \
115 $(top_builddir)/src/mesh/libgnunetmesh.la \ 115 $(top_builddir)/src/mesh/libgnunetmesh.la \
116 $(top_builddir)/src/mesh/libgnunetmeshtest.a 116 $(top_builddir)/src/testbed/libgnunettestbed.la
117 117
118dep_mesh_test_lib = \ 118dep_mesh_test_lib = \
119 libgnunetmesh.la \ 119 libgnunetmesh.la \