aboutsummaryrefslogtreecommitdiff
path: root/src/set/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-17 14:33:04 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-17 14:33:04 +0100
commitdf55d08fd1316908c1e5ec65ca8b8947ca46d007 (patch)
tree8106bb93dfbf96fac4d574fdcc69c3b7385961cf /src/set/Makefile.am
parent181c039d12aa2aa99920d14070e7b64c018e8be7 (diff)
downloadgnunet-df55d08fd1316908c1e5ec65ca8b8947ca46d007.tar.gz
gnunet-df55d08fd1316908c1e5ec65ca8b8947ca46d007.zip
move SET to use new MQ API properly
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 9d6b0d3c2..10f7ddc5d 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -58,7 +58,7 @@ gnunet_service_set_LDADD = \
58 $(top_builddir)/src/util/libgnunetutil.la \ 58 $(top_builddir)/src/util/libgnunetutil.la \
59 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 59 $(top_builddir)/src/statistics/libgnunetstatistics.la \
60 $(top_builddir)/src/core/libgnunetcore.la \ 60 $(top_builddir)/src/core/libgnunetcore.la \
61 $(top_builddir)/src/cadet/libgnunetcadet.la \ 61 $(top_builddir)/src/cadet/libgnunetcadetnew.la \
62 $(top_builddir)/src/block/libgnunetblock.la \ 62 $(top_builddir)/src/block/libgnunetblock.la \
63 libgnunetset.la \ 63 libgnunetset.la \
64 $(GN_LIBINTL) 64 $(GN_LIBINTL)