From f3f76baaa34c89f39cec8d25bb72458488787205 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 20 Jan 2018 22:10:09 +0100 Subject: fix link --- src/rps/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/rps') diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am index de3469254..b5f712268 100644 --- a/src/rps/Makefile.am +++ b/src/rps/Makefile.am @@ -141,7 +141,9 @@ test_rps_churn_SOURCES = $(rps_test_src) test_rps_churn_LDADD = $(ld_rps_test_lib) gnunet_rps_profiler_SOURCES = $(rps_test_src) -gnunet_rps_profiler_LDADD = $(ld_rps_test_lib) +gnunet_rps_profiler_LDADD = \ + $(top_builddir)/src/statistics/libgnunetstatistics.la \ + $(ld_rps_test_lib) EXTRA_DIST = \ test_rps.conf -- cgit v1.2.3