aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rps/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index f6c31b107..d2f8496ee 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -41,7 +41,10 @@ libexec_PROGRAMS = \
41 41
42 42
43gnunet_service_rps_SOURCES = \ 43gnunet_service_rps_SOURCES = \
44 gnunet-service-rps_sampler.h gnunet-service-rps_sampler.c \
44 gnunet-service-rps.c 45 gnunet-service-rps.c
46
47
45gnunet_service_rps_LDADD = \ 48gnunet_service_rps_LDADD = \
46 libgnunetrps.la \ 49 libgnunetrps.la \
47 $(top_builddir)/src/util/libgnunetutil.la \ 50 $(top_builddir)/src/util/libgnunetutil.la \