aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-07-16 11:21:06 +0000
committerBart Polot <bart@net.in.tum.de>2013-07-16 11:21:06 +0000
commitf52fd7190c7c36abc8b8d20ffe5c7ead7376d8cb (patch)
tree46defc25fbb1eaf03d502c0aae5d7bed780d5826 /src/consensus/Makefile.am
parentbaab42aeb0b5a6d2a782c9c8e9554908c66fa80c (diff)
downloadgnunet-f52fd7190c7c36abc8b8d20ffe5c7ead7376d8cb.tar.gz
gnunet-f52fd7190c7c36abc8b8d20ffe5c7ead7376d8cb.zip
Remove stream
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 4b81baa59..92c86b6a1 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/stream/libgnunetstream.la \
49 $(top_builddir)/src/mesh/libgnunetmesh.la \ 48 $(top_builddir)/src/mesh/libgnunetmesh.la \
50 $(top_builddir)/src/set/libgnunetset.la \ 49 $(top_builddir)/src/set/libgnunetset.la \
51 $(GN_LIBINTL) 50 $(GN_LIBINTL)
@@ -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/stream/libgnunetstream.la \
61 $(top_builddir)/src/mesh/libgnunetmesh.la \ 59 $(top_builddir)/src/mesh/libgnunetmesh.la \
62 $(top_builddir)/src/set/libgnunetset.la \ 60 $(top_builddir)/src/set/libgnunetset.la \
63 $(GN_LIBINTL) 61 $(GN_LIBINTL)