aboutsummaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-05-19 22:41:09 +0000
committerJulius Bünger <buenger@mytum.de>2015-05-19 22:41:09 +0000
commitce36ab2f9463cf4d1100d240069fd2b2a4e54496 (patch)
tree91656bc772dddbd44fd5b1f94263d18cfcf668b5 /src/rps/Makefile.am
parent6c84d4e050d5a56787ead683abc3b0db9b238fff (diff)
downloadgnunet-ce36ab2f9463cf4d1100d240069fd2b2a4e54496.tar.gz
gnunet-ce36ab2f9463cf4d1100d240069fd2b2a4e54496.zip
-fixed Makefile.am rule for profiler
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r--src/rps/Makefile.am8
1 files 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 = \
41 gnunet-service-rps 41 gnunet-service-rps
42 42
43if HAVE_TESTING 43if HAVE_TESTING
44check_PROGRAMS = \ 44noinst_PROGRAMS = \
45 gnunet-nse-profiler 45 gnunet-rps-profiler
46endif 46endif
47 47
48 48
@@ -103,9 +103,9 @@ test_rps_seed_request_SOURCES = \
103 test_rps.c 103 test_rps.c
104test_rps_seed_request_LDADD = $(ld_rps_test_lib) 104test_rps_seed_request_LDADD = $(ld_rps_test_lib)
105 105
106gnunet_nse_profiler_SOURCES = \ 106gnunet_rps_profiler_SOURCES = \
107 test_rps.c 107 test_rps.c
108gnunet_nse_profiler_LDADD = $(ld_rps_test_lib) 108gnunet_rps_profiler_LDADD = $(ld_rps_test_lib)
109 109
110EXTRA_DIST = \ 110EXTRA_DIST = \
111 test_rps.conf 111 test_rps.conf