diff options
author | Florian Dold <florian.dold@gmail.com> | 2013-06-03 10:53:49 +0000 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2013-06-03 10:53:49 +0000 |
commit | 68403fa780bf94ace2ebc13c2c09463cbbc0b57c (patch) | |
tree | 3442e4f25de90eab67c4f9813cb6e433c50b7482 /src/consensus/Makefile.am | |
parent | fae7f583f2e11cac15fefcbefef64287ab6915d3 (diff) |
- conclude for SET
- consensus with SET
Diffstat (limited to 'src/consensus/Makefile.am')
-rw-r--r-- | src/consensus/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am index a0edb1d656..914fbdef81 100644 --- a/src/consensus/Makefile.am +++ b/src/consensus/Makefile.am @@ -61,6 +61,8 @@ gnunet_service_consensus_LDADD = \ $(top_builddir)/src/mesh/libgnunetmesh.la \ $(top_builddir)/src/set/libgnunetset.la \ $(GN_LIBINTL) +gnunet_service_consensus_DEPENDENCIES = \ + $(top_builddir)/src/set/libgnunetset.la gnunet_service_evil_consensus_SOURCES = \ gnunet-service-consensus.c @@ -71,6 +73,8 @@ gnunet_service_evil_consensus_LDADD = \ $(top_builddir)/src/mesh/libgnunetmesh.la \ $(top_builddir)/src/set/libgnunetset.la \ $(GN_LIBINTL) +gnunet_service_evil_consensus_DEPENDENCIES = \ + $(top_builddir)/src/set/libgnunetset.la gnunet_service_evil_consensus_CFLAGS = -DEVIL libgnunetconsensus_la_SOURCES = \ |