aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-07-10 01:31:13 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-07-10 01:31:13 +0000
commit6b8400966a5e6c2194785b3a33f91b748cfa7b7b (patch)
tree0dafa7ba24c7a6dbb852fdedfd1822cd1e4835c0 /src/consensus/Makefile.am
parent084cb3e09007ef50a3d9bd29514c8ec455249633 (diff)
downloadgnunet-6b8400966a5e6c2194785b3a33f91b748cfa7b7b.tar.gz
gnunet-6b8400966a5e6c2194785b3a33f91b748cfa7b7b.zip
- set service working
- set profiler
Diffstat (limited to 'src/consensus/Makefile.am')
-rw-r--r--src/consensus/Makefile.am14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index 914fbdef8..4b81baa59 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -16,8 +16,7 @@ if USE_COVERAGE
16endif 16endif
17 17
18bin_PROGRAMS = \ 18bin_PROGRAMS = \
19 gnunet-consensus \ 19 gnunet-consensus
20 gnunet-consensus-start-peers
21 20
22libexec_PROGRAMS = \ 21libexec_PROGRAMS = \
23 gnunet-service-consensus 22 gnunet-service-consensus
@@ -41,17 +40,6 @@ gnunet_consensus_LDADD = \
41gnunet_consensus_DEPENDENCIES = \ 40gnunet_consensus_DEPENDENCIES = \
42 libgnunetconsensus.la 41 libgnunetconsensus.la
43 42
44gnunet_consensus_start_peers_SOURCES = \
45 gnunet-consensus-start-peers.c
46gnunet_consensus_start_peers_LDADD = \
47 $(top_builddir)/src/util/libgnunetutil.la \
48 $(top_builddir)/src/testbed/libgnunettestbed.la \
49 $(top_builddir)/src/consensus/libgnunetconsensus.la \
50 $(GN_LIBINTL)
51gnunet_consensus_start_peers_DEPENDENCIES = \
52 libgnunetconsensus.la
53
54
55gnunet_service_consensus_SOURCES = \ 43gnunet_service_consensus_SOURCES = \
56 gnunet-service-consensus.c 44 gnunet-service-consensus.c
57gnunet_service_consensus_LDADD = \ 45gnunet_service_consensus_LDADD = \