[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r35743 - gnunet/src/rps
From: |
gnunet |
Subject: |
[GNUnet-SVN] r35743 - gnunet/src/rps |
Date: |
Wed, 20 May 2015 00:41:09 +0200 |
Author: ch3
Date: 2015-05-20 00:41:09 +0200 (Wed, 20 May 2015)
New Revision: 35743
Modified:
gnunet/src/rps/Makefile.am
Log:
-fixed Makefile.am rule for profiler
Modified: gnunet/src/rps/Makefile.am
===================================================================
--- gnunet/src/rps/Makefile.am 2015-05-19 11:52:07 UTC (rev 35742)
+++ gnunet/src/rps/Makefile.am 2015-05-19 22:41:09 UTC (rev 35743)
@@ -41,8 +41,8 @@
gnunet-service-rps
if HAVE_TESTING
-check_PROGRAMS = \
- gnunet-nse-profiler
+noinst_PROGRAMS = \
+ gnunet-rps-profiler
endif
@@ -103,9 +103,9 @@
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r35743 - gnunet/src/rps,
gnunet <=