aboutsummaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-06-08 01:23:45 +0200
committerJulius Bünger <buenger@mytum.de>2018-06-08 01:29:23 +0200
commit365e3bcae1e79c4f71f68e0d1d41172d86c51e76 (patch)
tree68afe344f0d3d4b8f59cb975a0837bc47f07f3f9 /src/rps/Makefile.am
parent4e2504a967ba09643c6dd7e3b9ce400e30adcb3d (diff)
downloadgnunet-365e3bcae1e79c4f71f68e0d1d41172d86c51e76.tar.gz
gnunet-365e3bcae1e79c4f71f68e0d1d41172d86c51e76.zip
rps profiler: add correct make rule, util
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r--src/rps/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index 33e03af76..d477ade92 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -141,7 +141,12 @@ test_rps_seed_big_LDADD = $(ld_rps_test_lib)
141test_rps_churn_SOURCES = $(rps_test_src) 141test_rps_churn_SOURCES = $(rps_test_src)
142test_rps_churn_LDADD = $(ld_rps_test_lib) 142test_rps_churn_LDADD = $(ld_rps_test_lib)
143 143
144gnunet_rps_profiler_SOURCES = $(rps_test_src) 144gnunet_rps_profiler_SOURCES = \
145 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c \
146 rps-test_util.h rps-test_util.c \
147 gnunet-rps-profiler.c
148
149
145gnunet_rps_profiler_LDADD = \ 150gnunet_rps_profiler_LDADD = \
146 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 151 $(top_builddir)/src/statistics/libgnunetstatistics.la \
147 libgnunetrps.la \ 152 libgnunetrps.la \