aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus')
-rw-r--r--src/consensus/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index 24e685fb9..cf1d32e74 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -40,6 +40,7 @@ gnunet_consensus_profiler_SOURCES = \
40gnunet_consensus_profiler_LDADD = \ 40gnunet_consensus_profiler_LDADD = \
41 $(top_builddir)/src/util/libgnunetutil.la \ 41 $(top_builddir)/src/util/libgnunetutil.la \
42 libgnunetconsensus.la \ 42 libgnunetconsensus.la \
43 $(top_builddir)/src/testing/libgnunettesting.la \
43 $(top_builddir)/src/testbed/libgnunettestbed.la \ 44 $(top_builddir)/src/testbed/libgnunettestbed.la \
44 $(GN_LIBINTL) 45 $(GN_LIBINTL)
45 46