From: Julius Bünger Date: Tue, 6 Jan 2015 23:49:57 +0000 (+0000) Subject: - modified Makefile accordingly X-Git-Tag: initial-import-from-subversion-38251~2725 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d73bc0e3ce22b888c5687e0c8fa14378e1a49f84;p=oweals%2Fgnunet.git - modified Makefile accordingly --- 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 \