aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2012-11-15 10:44:47 +0000
committerFlorian Dold <florian.dold@gmail.com>2012-11-15 10:44:47 +0000
commit57ce91e29030ed0608511491aaf7b4b45fedb2d4 (patch)
treecde9bd82034a24bc92c617a542d2a2afbfc23cec /src/consensus/Makefile.am
parentd631dfd70fa11001460128f4ff4ea001e3e97f49 (diff)
downloadgnunet-57ce91e29030ed0608511491aaf7b4b45fedb2d4.tar.gz
gnunet-57ce91e29030ed0608511491aaf7b4b45fedb2d4.zip
added declarations for the consensus api
Diffstat (limited to 'src/consensus/Makefile.am')
-rw-r--r--src/consensus/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index 2041ec1ac..5929a4d97 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -15,17 +15,17 @@ if USE_COVERAGE
15 AM_CFLAGS = -fprofile-arcs -ftest-coverage 15 AM_CFLAGS = -fprofile-arcs -ftest-coverage
16endif 16endif
17 17
18#bin_PROGRAMS = \ 18bin_PROGRAMS = \
19# gnunet-consensus 19 gnunet-consensus
20 20
21libexec_PROGRAMS = \ 21libexec_PROGRAMS = \
22 gnunet-service-consensus 22 gnunet-service-consensus
23 23
24#gnunet_consensus_SOURCES = \ 24gnunet_consensus_SOURCES = \
25# gnunet-consensus.c 25 gnunet-consensus.c
26#gnunet_consensus_LDADD = \ 26gnunet_consensus_LDADD = \
27# $(top_builddir)/src/util/libgnunetutil.la \ 27 $(top_builddir)/src/util/libgnunetutil.la \
28# $(GN_LIBINTL) 28 $(GN_LIBINTL)
29 29
30gnunet_service_consensus_SOURCES = \ 30gnunet_service_consensus_SOURCES = \
31 gnunet-service-consensus.cc 31 gnunet-service-consensus.cc