aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2012-11-28 16:32:15 +0000
committerFlorian Dold <florian.dold@gmail.com>2012-11-28 16:32:15 +0000
commit12dc2e752c7faf28d63049b2b308ce5316df8dc3 (patch)
tree73004461bacd772a604c593b2a06afb4bbeaac4e /src/consensus/Makefile.am
parentdbb17853368c11b2a9a4a19c6e38f8ef02d2f258 (diff)
downloadgnunet-12dc2e752c7faf28d63049b2b308ce5316df8dc3.tar.gz
gnunet-12dc2e752c7faf28d63049b2b308ce5316df8dc3.zip
dummy consensus service
Diffstat (limited to 'src/consensus/Makefile.am')
-rw-r--r--src/consensus/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index 4eb06ceea..8d6a9aaff 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -31,9 +31,10 @@ gnunet_consensus_LDADD = \
31 $(GN_LIBINTL) 31 $(GN_LIBINTL)
32 32
33gnunet_service_consensus_SOURCES = \ 33gnunet_service_consensus_SOURCES = \
34 gnunet-service-consensus.cc 34 gnunet-service-consensus.c
35gnunet_service_consensus_LDADD = \ 35gnunet_service_consensus_LDADD = \
36 $(top_builddir)/src/util/libgnunetutil.la \ 36 $(top_builddir)/src/util/libgnunetutil.la \
37 $(top_builddir)/src/core/libgnunetcore.la \
37 $(GN_LIBINTL) 38 $(GN_LIBINTL)
38 39
39libgnunetconsensus_la_SOURCES = \ 40libgnunetconsensus_la_SOURCES = \