diff options
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r-- | src/rps/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am index d477ade92..2ed93ef7c 100644 --- a/src/rps/Makefile.am +++ b/src/rps/Makefile.am @@ -19,7 +19,11 @@ pkgcfg_DATA = \ bin_PROGRAMS = gnunet-rps -gnunet_rps_SOURCES = gnunet-rps.c +gnunet_rps_SOURCES = \ + gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c \ + gnunet-service-rps_sampler.h gnunet-service-rps_sampler.c \ + gnunet-rps.c + gnunet_rps_LDADD = \ libgnunetrps.la \ $(top_builddir)/src/util/libgnunetutil.la \ @@ -143,6 +147,7 @@ test_rps_churn_LDADD = $(ld_rps_test_lib) gnunet_rps_profiler_SOURCES = \ gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c \ + gnunet-service-rps_sampler.h gnunet-service-rps_sampler.c \ rps-test_util.h rps-test_util.c \ gnunet-rps-profiler.c |