aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 aa354dff7..33e03af76 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -91,6 +91,7 @@ rps_test_src = \
91ld_rps_test_lib = \ 91ld_rps_test_lib = \
92 libgnunetrps.la \ 92 libgnunetrps.la \
93 $(top_builddir)/src/util/libgnunetutil.la \ 93 $(top_builddir)/src/util/libgnunetutil.la \
94 $(top_builddir)/src/statistics/libgnunetstatistics.la \
94 $(top_builddir)/src/testbed/libgnunettestbed.la \ 95 $(top_builddir)/src/testbed/libgnunettestbed.la \
95 -lm 96 -lm
96 97