From ce36ab2f9463cf4d1100d240069fd2b2a4e54496 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20B=C3=BCnger?= Date: Tue, 19 May 2015 22:41:09 +0000 Subject: [PATCH] -fixed Makefile.am rule for profiler --- src/rps/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am index 844677ab9..cdf80b39c 100644 --- a/src/rps/Makefile.am +++ b/src/rps/Makefile.am @@ -41,8 +41,8 @@ libexec_PROGRAMS = \ gnunet-service-rps if HAVE_TESTING -check_PROGRAMS = \ - gnunet-nse-profiler +noinst_PROGRAMS = \ + gnunet-rps-profiler endif @@ -103,9 +103,9 @@ test_rps_seed_request_SOURCES = \ test_rps.c test_rps_seed_request_LDADD = $(ld_rps_test_lib) -gnunet_nse_profiler_SOURCES = \ +gnunet_rps_profiler_SOURCES = \ test_rps.c -gnunet_nse_profiler_LDADD = $(ld_rps_test_lib) +gnunet_rps_profiler_LDADD = $(ld_rps_test_lib) EXTRA_DIST = \ test_rps.conf -- 2.25.1