aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/Makefile.am
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2014-02-04 14:16:13 +0000
committerLRN <lrn1986@gmail.com>2014-02-04 14:16:13 +0000
commitc88959191d62a815def444eadc6d94b0601fc9f3 (patch)
tree1f0ebb9ef527f7d100863b4c456530891fc69067 /src/consensus/Makefile.am
parent620bbf5913169e70cfd4e4ab662d064951fdc2c1 (diff)
downloadgnunet-c88959191d62a815def444eadc6d94b0601fc9f3.tar.gz
gnunet-c88959191d62a815def444eadc6d94b0601fc9f3.zip
Consensus does not really depend on mesh, does it
Diffstat (limited to 'src/consensus/Makefile.am')
-rw-r--r--src/consensus/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index a6222b69c..5d590f467 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -45,7 +45,6 @@ gnunet_service_consensus_SOURCES = \
45gnunet_service_consensus_LDADD = \ 45gnunet_service_consensus_LDADD = \
46 $(top_builddir)/src/util/libgnunetutil.la \ 46 $(top_builddir)/src/util/libgnunetutil.la \
47 $(top_builddir)/src/core/libgnunetcore.la \ 47 $(top_builddir)/src/core/libgnunetcore.la \
48 $(top_builddir)/src/mesh/libgnunetmesh.la \
49 $(top_builddir)/src/set/libgnunetset.la \ 48 $(top_builddir)/src/set/libgnunetset.la \
50 $(GN_LIBINTL) 49 $(GN_LIBINTL)
51gnunet_service_consensus_DEPENDENCIES = \ 50gnunet_service_consensus_DEPENDENCIES = \
@@ -57,7 +56,6 @@ gnunet_service_evil_consensus_SOURCES = \
57gnunet_service_evil_consensus_LDADD = \ 56gnunet_service_evil_consensus_LDADD = \
58 $(top_builddir)/src/util/libgnunetutil.la \ 57 $(top_builddir)/src/util/libgnunetutil.la \
59 $(top_builddir)/src/core/libgnunetcore.la \ 58 $(top_builddir)/src/core/libgnunetcore.la \
60 $(top_builddir)/src/mesh/libgnunetmesh.la \
61 $(top_builddir)/src/set/libgnunetset.la \ 59 $(top_builddir)/src/set/libgnunetset.la \
62 $(GN_LIBINTL) 60 $(GN_LIBINTL)
63gnunet_service_evil_consensus_DEPENDENCIES = \ 61gnunet_service_evil_consensus_DEPENDENCIES = \