aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus/Makefile.am')
-rw-r--r--src/consensus/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index 4eb06ceea..8d6a9aaff 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -31,9 +31,10 @@ gnunet_consensus_LDADD = \
31 $(GN_LIBINTL) 31 $(GN_LIBINTL)
32 32
33gnunet_service_consensus_SOURCES = \ 33gnunet_service_consensus_SOURCES = \
34 gnunet-service-consensus.cc 34 gnunet-service-consensus.c
35gnunet_service_consensus_LDADD = \ 35gnunet_service_consensus_LDADD = \
36 $(top_builddir)/src/util/libgnunetutil.la \ 36 $(top_builddir)/src/util/libgnunetutil.la \
37 $(top_builddir)/src/core/libgnunetcore.la \
37 $(GN_LIBINTL) 38 $(GN_LIBINTL)
38 39
39libgnunetconsensus_la_SOURCES = \ 40libgnunetconsensus_la_SOURCES = \