X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Frps%2FMakefile.am;h=b1fd3d47b841e0dacf49007590c3eb88038d0e50;hb=36fd53ed6ae7c60d4b49cea614d18aa6d58843a1;hp=cdf80b39cca56ef48aa00fe4986d19459488ce21;hpb=ce36ab2f9463cf4d1100d240069fd2b2a4e54496;p=oweals%2Fgnunet.git diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am index cdf80b39c..b1fd3d47b 100644 --- a/src/rps/Makefile.am +++ b/src/rps/Makefile.am @@ -48,13 +48,16 @@ endif gnunet_service_rps_SOURCES = \ gnunet-service-rps_sampler.h gnunet-service-rps_sampler.c \ + rps-test_util.h rps-test_util.c \ gnunet-service-rps.c gnunet_service_rps_LDADD = \ libgnunetrps.la \ $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ $(top_builddir)/src/cadet/libgnunetcadet.la \ + $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ $(top_builddir)/src/nse/libgnunetnse.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(LIBGCRYPT_LIBS) \ @@ -109,4 +112,3 @@ gnunet_rps_profiler_LDADD = $(ld_rps_test_lib) EXTRA_DIST = \ test_rps.conf -