From d73bc0e3ce22b888c5687e0c8fa14378e1a49f84 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20B=C3=BCnger?= Date: Tue, 6 Jan 2015 23:49:57 +0000 Subject: [PATCH] - modified Makefile accordingly --- src/rps/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 = \ gnunet_service_rps_SOURCES = \ + gnunet-service-rps_sampler.h gnunet-service-rps_sampler.c \ gnunet-service-rps.c + + gnunet_service_rps_LDADD = \ libgnunetrps.la \ $(top_builddir)/src/util/libgnunetutil.la \ -- 2.25.1