aboutsummaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-03-27 12:41:01 +0000
committerJulius Bünger <buenger@mytum.de>2015-03-27 12:41:01 +0000
commitb18ef62fd8970e1bfb2b3958cee855e2b732d94b (patch)
tree3a5b80496f5d4dfa426b23e368120ebb8e44bcba /src/rps/Makefile.am
parent56b7edba342e4f753ab19042446f9b50668a10fe (diff)
downloadgnunet-b18ef62fd8970e1bfb2b3958cee855e2b732d94b.tar.gz
gnunet-b18ef62fd8970e1bfb2b3958cee855e2b732d94b.zip
-several fixes in api
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r--src/rps/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index ff177d743..76f935723 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -58,9 +58,10 @@ gnunet_service_rps_LDADD = \
58 58
59if HAVE_TESTING 59if HAVE_TESTING
60check_PROGRAMS = \ 60check_PROGRAMS = \
61 test_rps_multipeer \
62 test_rps_malicious_1 \ 61 test_rps_malicious_1 \
63 test_rps_malicious_2 62 test_rps_malicious_2 \
63 test_rps_seed_request \
64 test_rps_single_req
64endif 65endif
65 66
66ld_rps_test_lib = \ 67ld_rps_test_lib = \