aboutsummaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r--src/rps/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index 4091b2c17..9425c6e87 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -47,8 +47,9 @@ endif
47 47
48 48
49gnunet_service_rps_SOURCES = \ 49gnunet_service_rps_SOURCES = \
50 gnunet-service-rps_sampler.h gnunet-service-rps_sampler.c \
51 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c \ 50 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c \
51 gnunet-service-rps_sampler.h gnunet-service-rps_sampler.c \
52 gnunet-service-rps_peers.h gnunet-service-rps_peers.c \
52 rps-test_util.h rps-test_util.c \ 53 rps-test_util.h rps-test_util.c \
53 gnunet-service-rps.c 54 gnunet-service-rps.c
54 55