aboutsummaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-20 22:10:09 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-20 22:10:09 +0100
commitf3f76baaa34c89f39cec8d25bb72458488787205 (patch)
tree49d9600a1dd189cac0bc448a72ff7d749b657646 /src/rps/Makefile.am
parentc7610fe684654830f1b2411ccf74c9240bfbe088 (diff)
downloadgnunet-f3f76baaa34c89f39cec8d25bb72458488787205.tar.gz
gnunet-f3f76baaa34c89f39cec8d25bb72458488787205.zip
fix link
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r--src/rps/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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)
141test_rps_churn_LDADD = $(ld_rps_test_lib) 141test_rps_churn_LDADD = $(ld_rps_test_lib)
142 142
143gnunet_rps_profiler_SOURCES = $(rps_test_src) 143gnunet_rps_profiler_SOURCES = $(rps_test_src)
144gnunet_rps_profiler_LDADD = $(ld_rps_test_lib) 144gnunet_rps_profiler_LDADD = \
145 $(top_builddir)/src/statistics/libgnunetstatistics.la \
146 $(ld_rps_test_lib)
145 147
146EXTRA_DIST = \ 148EXTRA_DIST = \
147 test_rps.conf 149 test_rps.conf