aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-01-03 00:43:57 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-01-03 00:43:57 +0000
commit845316cb543af7e4c77709acce4df79f3e0dc162 (patch)
tree629739608b0bd0f645d82fd41d90ccb2cb617d09 /src/consensus/Makefile.am
parent3def510831309a5a0a5f50a2250911d6b592a87e (diff)
downloadgnunet-845316cb543af7e4c77709acce4df79f3e0dc162.tar.gz
gnunet-845316cb543af7e4c77709acce4df79f3e0dc162.zip
implemented the modified consensus api, started implementing p2p protocol for consensus
Diffstat (limited to 'src/consensus/Makefile.am')
-rw-r--r--src/consensus/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index d6901245f..1beaa0c62 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -57,6 +57,7 @@ gnunet_service_consensus_SOURCES = \
57gnunet_service_consensus_LDADD = \ 57gnunet_service_consensus_LDADD = \
58 $(top_builddir)/src/util/libgnunetutil.la \ 58 $(top_builddir)/src/util/libgnunetutil.la \
59 $(top_builddir)/src/core/libgnunetcore.la \ 59 $(top_builddir)/src/core/libgnunetcore.la \
60 $(top_builddir)/src/mesh/libgnunetmesh.la \
60 $(GN_LIBINTL) 61 $(GN_LIBINTL)
61 62
62libgnunetconsensus_la_SOURCES = \ 63libgnunetconsensus_la_SOURCES = \