aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-01-17 00:53:11 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-01-17 00:53:11 +0000
commit21273cba1880b1081b4152ee45b2f4ad6768e639 (patch)
tree325c93f75c67456b6729e581b9b69cc0bc52df48 /src/consensus/Makefile.am
parentbdee53dd2cb760e9acd601e251ba59c42c98c02f (diff)
downloadgnunet-21273cba1880b1081b4152ee45b2f4ad6768e639.tar.gz
gnunet-21273cba1880b1081b4152ee45b2f4ad6768e639.zip
- gnunet-consensus now profiling tool
- work on service implementation, not working yet
Diffstat (limited to 'src/consensus/Makefile.am')
-rw-r--r--src/consensus/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index 1beaa0c62..f5a5c5cdc 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -31,6 +31,7 @@ gnunet_consensus_SOURCES = \
31gnunet_consensus_LDADD = \ 31gnunet_consensus_LDADD = \
32 $(top_builddir)/src/util/libgnunetutil.la \ 32 $(top_builddir)/src/util/libgnunetutil.la \
33 $(top_builddir)/src/consensus/libgnunetconsensus.la \ 33 $(top_builddir)/src/consensus/libgnunetconsensus.la \
34 $(top_builddir)/src/testbed/libgnunettestbed.la \
34 $(GN_LIBINTL) 35 $(GN_LIBINTL)
35gnunet_consensus_DEPENDENCIES = \ 36gnunet_consensus_DEPENDENCIES = \
36 libgnunetconsensus.la 37 libgnunetconsensus.la
@@ -53,10 +54,12 @@ gnunet_consensus_ibf_LDADD = \
53 $(GN_LIBINTL) 54 $(GN_LIBINTL)
54 55
55gnunet_service_consensus_SOURCES = \ 56gnunet_service_consensus_SOURCES = \
56 gnunet-service-consensus.c 57 gnunet-service-consensus.c \
58 ibf.c
57gnunet_service_consensus_LDADD = \ 59gnunet_service_consensus_LDADD = \
58 $(top_builddir)/src/util/libgnunetutil.la \ 60 $(top_builddir)/src/util/libgnunetutil.la \
59 $(top_builddir)/src/core/libgnunetcore.la \ 61 $(top_builddir)/src/core/libgnunetcore.la \
62 $(top_builddir)/src/stream/libgnunetstream.la \
60 $(top_builddir)/src/mesh/libgnunetmesh.la \ 63 $(top_builddir)/src/mesh/libgnunetmesh.la \
61 $(GN_LIBINTL) 64 $(GN_LIBINTL)
62 65