aboutsummaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-11-01 15:24:17 +0100
committerJulius Bünger <buenger@mytum.de>2018-11-01 15:24:17 +0100
commiteead33d85b73836ae23a2082326cf2ad8bfa2f7f (patch)
tree454157911b4c60dcad735645cb000e91bc674aac /src/rps/Makefile.am
parent00a6af0c9bc164e2fc019be97c5cafa494b1cb37 (diff)
downloadgnunet-eead33d85b73836ae23a2082326cf2ad8bfa2f7f.tar.gz
gnunet-eead33d85b73836ae23a2082326cf2ad8bfa2f7f.zip
RPS service: Add more detailed statistics on multi/single-hop peers
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r--src/rps/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index 3b5b1ef3e..a356d3dbc 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -72,6 +72,7 @@ gnunet_service_rps_LDADD = \
72 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 72 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
73 $(top_builddir)/src/nse/libgnunetnse.la \ 73 $(top_builddir)/src/nse/libgnunetnse.la \
74 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 74 $(top_builddir)/src/statistics/libgnunetstatistics.la \
75 $(top_builddir)/src/core/libgnunetcore.la \
75 $(LIBGCRYPT_LIBS) \ 76 $(LIBGCRYPT_LIBS) \
76 -lm -lgcrypt \ 77 -lm -lgcrypt \
77 $(GN_LIBINTL) 78 $(GN_LIBINTL)