aboutsummaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-06 07:56:10 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-06 07:56:10 +0200
commitd38342d597d5c8f1ac2e068f8babe1d05b840d05 (patch)
treebf43cd0b1fb5b93d573ce12fb2be0da6b987f605 /src/rps/Makefile.am
parentf651dba097585be06d05592a6246c71e5cb1c936 (diff)
downloadgnunet-d38342d597d5c8f1ac2e068f8babe1d05b840d05.tar.gz
gnunet-d38342d597d5c8f1ac2e068f8babe1d05b840d05.zip
fix linker issue
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 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