aboutsummaryrefslogtreecommitdiff
path: root/src/set/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-06-28 14:34:55 +0000
committerBart Polot <bart@net.in.tum.de>2013-06-28 14:34:55 +0000
commitcf19b5082fe8de33e38957f54d28647635b46b60 (patch)
treee6e41da7d5cb14d9a342ef6533633ecb2f34b18d /src/set/Makefile.am
parent166d8f9122bf7ebbaa2a662d09a3fa4d34f6d092 (diff)
downloadgnunet-cf19b5082fe8de33e38957f54d28647635b46b60.tar.gz
gnunet-cf19b5082fe8de33e38957f54d28647635b46b60.zip
Replace mesh with new version
Diffstat (limited to 'src/set/Makefile.am')
-rw-r--r--src/set/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index 68ed55190..f373be20d 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -50,7 +50,7 @@ gnunet_service_set_SOURCES = \
50gnunet_service_set_LDADD = \ 50gnunet_service_set_LDADD = \
51 $(top_builddir)/src/util/libgnunetutil.la \ 51 $(top_builddir)/src/util/libgnunetutil.la \
52 $(top_builddir)/src/core/libgnunetcore.la \ 52 $(top_builddir)/src/core/libgnunetcore.la \
53 $(top_builddir)/src/mesh/libgnunetmesh2.la \ 53 $(top_builddir)/src/mesh/libgnunetmesh.la \
54 $(GN_LIBINTL) 54 $(GN_LIBINTL)
55 55
56libgnunetset_la_SOURCES = \ 56libgnunetset_la_SOURCES = \