aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-06-03 10:53:49 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-06-03 10:53:49 +0000
commit68403fa780bf94ace2ebc13c2c09463cbbc0b57c (patch)
tree3442e4f25de90eab67c4f9813cb6e433c50b7482 /src/consensus/Makefile.am
parentfae7f583f2e11cac15fefcbefef64287ab6915d3 (diff)
downloadgnunet-68403fa780bf94ace2ebc13c2c09463cbbc0b57c.tar.gz
gnunet-68403fa780bf94ace2ebc13c2c09463cbbc0b57c.zip
- conclude for SET
- consensus with SET
Diffstat (limited to 'src/consensus/Makefile.am')
-rw-r--r--src/consensus/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index a0edb1d65..914fbdef8 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -61,6 +61,8 @@ gnunet_service_consensus_LDADD = \
61 $(top_builddir)/src/mesh/libgnunetmesh.la \ 61 $(top_builddir)/src/mesh/libgnunetmesh.la \
62 $(top_builddir)/src/set/libgnunetset.la \ 62 $(top_builddir)/src/set/libgnunetset.la \
63 $(GN_LIBINTL) 63 $(GN_LIBINTL)
64gnunet_service_consensus_DEPENDENCIES = \
65 $(top_builddir)/src/set/libgnunetset.la
64 66
65gnunet_service_evil_consensus_SOURCES = \ 67gnunet_service_evil_consensus_SOURCES = \
66 gnunet-service-consensus.c 68 gnunet-service-consensus.c
@@ -71,6 +73,8 @@ gnunet_service_evil_consensus_LDADD = \
71 $(top_builddir)/src/mesh/libgnunetmesh.la \ 73 $(top_builddir)/src/mesh/libgnunetmesh.la \
72 $(top_builddir)/src/set/libgnunetset.la \ 74 $(top_builddir)/src/set/libgnunetset.la \
73 $(GN_LIBINTL) 75 $(GN_LIBINTL)
76gnunet_service_evil_consensus_DEPENDENCIES = \
77 $(top_builddir)/src/set/libgnunetset.la
74gnunet_service_evil_consensus_CFLAGS = -DEVIL 78gnunet_service_evil_consensus_CFLAGS = -DEVIL
75 79
76libgnunetconsensus_la_SOURCES = \ 80libgnunetconsensus_la_SOURCES = \