diff options
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r-- | src/rps/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am index b9de6b5e3..b5e8c0617 100644 --- a/src/rps/Makefile.am +++ b/src/rps/Makefile.am @@ -45,10 +45,8 @@ libgnunetrps_la_CFLAGS = $(AM_CFLAGS) libexec_PROGRAMS = \ gnunet-service-rps -if HAVE_TESTING noinst_PROGRAMS = \ gnunet-rps-profiler -endif gnunet_service_rps_SOURCES = \ @@ -74,7 +72,6 @@ gnunet_service_rps_LDADD = \ $(GN_LIBINTL) -if HAVE_TESTING check_PROGRAMS = \ test_service_rps_view \ test_service_rps_custommap \ @@ -91,7 +88,6 @@ check_PROGRAMS += \ test_rps_malicious_2 \ test_rps_malicious_3 endif -endif rps_test_src = \ test_rps.c \ |