diff options
-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 |