aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-04-11 10:08:52 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-04-11 10:08:52 +0000
commit210be82b7cdc6058401e7d5042aa50dd0b750c92 (patch)
treee2bfa5a87038ef0a7f906d5ede8d6e7ea7f2638b /src/consensus/Makefile.am
parent2b406c1533a919057cda8850315af1fca5b48a45 (diff)
downloadgnunet-210be82b7cdc6058401e7d5042aa50dd0b750c92.tar.gz
gnunet-210be82b7cdc6058401e7d5042aa50dd0b750c92.zip
added consensus log-round simulation, work on consensus service, still problems with dv test case
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 \