aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus/Makefile.am')
-rw-r--r--src/consensus/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index e469de057..82af29c87 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -61,7 +61,8 @@ gnunet_consensus_ibf_LDADD = \
61 61
62gnunet_service_consensus_SOURCES = \ 62gnunet_service_consensus_SOURCES = \
63 gnunet-service-consensus.c \ 63 gnunet-service-consensus.c \
64 ibf.c 64 ibf.c \
65 strata_estimator.c
65gnunet_service_consensus_LDADD = \ 66gnunet_service_consensus_LDADD = \
66 $(top_builddir)/src/util/libgnunetutil.la \ 67 $(top_builddir)/src/util/libgnunetutil.la \
67 $(top_builddir)/src/core/libgnunetcore.la \ 68 $(top_builddir)/src/core/libgnunetcore.la \
@@ -71,7 +72,8 @@ gnunet_service_consensus_LDADD = \
71 72
72gnunet_service_evil_consensus_SOURCES = \ 73gnunet_service_evil_consensus_SOURCES = \
73 gnunet-service-consensus.c \ 74 gnunet-service-consensus.c \
74 ibf.c 75 ibf.c \
76 strata_estimator.c
75gnunet_service_evil_consensus_LDADD = \ 77gnunet_service_evil_consensus_LDADD = \
76 $(top_builddir)/src/util/libgnunetutil.la \ 78 $(top_builddir)/src/util/libgnunetutil.la \
77 $(top_builddir)/src/core/libgnunetcore.la \ 79 $(top_builddir)/src/core/libgnunetcore.la \