aboutsummaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2017-12-29 15:37:48 +0100
committerJulius Bünger <buenger@mytum.de>2017-12-29 15:37:48 +0100
commitf2b64da6fd07c3a20c8f202fa8920f9f2e96e51e (patch)
tree2d774cf2c02dc6b3d49e3fdcbe7eabc41512744f /src/rps/Makefile.am
parentc6f178907d4f1ef53a53ed85e12521d07ba4d08e (diff)
downloadgnunet-f2b64da6fd07c3a20c8f202fa8920f9f2e96e51e.tar.gz
gnunet-f2b64da6fd07c3a20c8f202fa8920f9f2e96e51e.zip
refactor rps code
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r--src/rps/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index 68424557b..de3469254 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -49,7 +49,6 @@ endif
49gnunet_service_rps_SOURCES = \ 49gnunet_service_rps_SOURCES = \
50 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c \ 50 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c \
51 gnunet-service-rps_sampler.h gnunet-service-rps_sampler.c \ 51 gnunet-service-rps_sampler.h gnunet-service-rps_sampler.c \
52 gnunet-service-rps_peers.h gnunet-service-rps_peers.c \
53 gnunet-service-rps_custommap.h gnunet-service-rps_custommap.c \ 52 gnunet-service-rps_custommap.h gnunet-service-rps_custommap.c \
54 gnunet-service-rps_view.h gnunet-service-rps_view.c \ 53 gnunet-service-rps_view.h gnunet-service-rps_view.c \
55 rps-test_util.h rps-test_util.c \ 54 rps-test_util.h rps-test_util.c \
@@ -73,7 +72,6 @@ if HAVE_TESTING
73check_PROGRAMS = \ 72check_PROGRAMS = \
74 test_service_rps_view \ 73 test_service_rps_view \
75 test_service_rps_custommap \ 74 test_service_rps_custommap \
76 test_service_rps_peers \
77 test_service_rps_sampler_elem \ 75 test_service_rps_sampler_elem \
78 test_rps_malicious_1 \ 76 test_rps_malicious_1 \
79 test_rps_malicious_2 \ 77 test_rps_malicious_2 \
@@ -106,13 +104,6 @@ test_service_rps_view_SOURCES = \
106 test_service_rps_view.c 104 test_service_rps_view.c
107test_service_rps_view_LDADD = $(top_builddir)/src/util/libgnunetutil.la 105test_service_rps_view_LDADD = $(top_builddir)/src/util/libgnunetutil.la
108 106
109test_service_rps_peers_SOURCES = \
110 gnunet-service-rps_peers.h gnunet-service-rps_peers.c \
111 test_service_rps_peers.c
112test_service_rps_peers_LDADD = \
113 $(top_builddir)/src/util/libgnunetutil.la \
114 $(top_builddir)/src/cadet/libgnunetcadet.la
115
116test_service_rps_custommap_SOURCES = \ 107test_service_rps_custommap_SOURCES = \
117 gnunet-service-rps_custommap.h gnunet-service-rps_custommap.c \ 108 gnunet-service-rps_custommap.h gnunet-service-rps_custommap.c \
118 test_service_rps_custommap.c 109 test_service_rps_custommap.c