diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-06-06 07:56:10 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-06-06 07:56:10 +0200 |
commit | d38342d597d5c8f1ac2e068f8babe1d05b840d05 (patch) | |
tree | bf43cd0b1fb5b93d573ce12fb2be0da6b987f605 | |
parent | f651dba097585be06d05592a6246c71e5cb1c936 (diff) |
fix linker issue
-rw-r--r-- | src/rps/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am index aa354dff77..33e03af761 100644 --- a/src/rps/Makefile.am +++ b/src/rps/Makefile.am @@ -91,6 +91,7 @@ rps_test_src = \ ld_rps_test_lib = \ libgnunetrps.la \ $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/testbed/libgnunettestbed.la \ -lm |