aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-12-10 16:31:20 +0000
committerFlorian Dold <florian.dold@gmail.com>2015-12-10 16:31:20 +0000
commit79d5251a7a1f15cba527d1f6d6d584499e678a82 (patch)
treee1ddf5268d218fb1fd3fd5451da33f2d617eee07 /src/consensus/Makefile.am
parentc283a6775a6438f7da5c3173b3993f78d1369a7d (diff)
downloadgnunet-79d5251a7a1f15cba527d1f6d6d584499e678a82.tar.gz
gnunet-79d5251a7a1f15cba527d1f6d6d584499e678a82.zip
More statistics.
Diffstat (limited to 'src/consensus/Makefile.am')
-rw-r--r--src/consensus/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index eb0370eb5..b79e92c60 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -46,6 +46,7 @@ gnunet_service_consensus_LDADD = \
46 $(top_builddir)/src/util/libgnunetutil.la \ 46 $(top_builddir)/src/util/libgnunetutil.la \
47 $(top_builddir)/src/core/libgnunetcore.la \ 47 $(top_builddir)/src/core/libgnunetcore.la \
48 $(top_builddir)/src/set/libgnunetset.la \ 48 $(top_builddir)/src/set/libgnunetset.la \
49 $(top_builddir)/src/statistics/libgnunetstatistics.la \
49 $(GN_LIBINTL) 50 $(GN_LIBINTL)
50 51
51gnunet_service_evil_consensus_SOURCES = \ 52gnunet_service_evil_consensus_SOURCES = \
@@ -55,6 +56,7 @@ gnunet_service_evil_consensus_LDADD = \
55 $(top_builddir)/src/util/libgnunetutil.la \ 56 $(top_builddir)/src/util/libgnunetutil.la \
56 $(top_builddir)/src/core/libgnunetcore.la \ 57 $(top_builddir)/src/core/libgnunetcore.la \
57 $(top_builddir)/src/set/libgnunetset.la \ 58 $(top_builddir)/src/set/libgnunetset.la \
59 $(top_builddir)/src/statistics/libgnunetstatistics.la \
58 $(GN_LIBINTL) 60 $(GN_LIBINTL)
59gnunet_service_evil_consensus_CFLAGS = -DEVIL 61gnunet_service_evil_consensus_CFLAGS = -DEVIL
60 62