plugin datastore mysql
[oweals/gnunet.git] / src / rps / Makefile.am
index 4091b2c17dae105276c6287022307960405f0934..91efc3a5521b422f83616d5c1389eb28a56b2bd8 100644 (file)
@@ -47,8 +47,11 @@ endif
 
 
 gnunet_service_rps_SOURCES = \
- gnunet-service-rps_sampler.h gnunet-service-rps_sampler.c \
  gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c \
+ gnunet-service-rps_sampler.h gnunet-service-rps_sampler.c \
+ gnunet-service-rps_peers.h gnunet-service-rps_peers.c \
+ gnunet-service-rps_custommap.h gnunet-service-rps_custommap.c \
+ gnunet-service-rps_view.h gnunet-service-rps_view.c \
  rps-test_util.h rps-test_util.c \
  gnunet-service-rps.c
 
@@ -68,6 +71,8 @@ gnunet_service_rps_LDADD = \
 
 if HAVE_TESTING
 check_PROGRAMS = \
+ test_service_rps_view \
+ test_service_rps_custommap \
  test_service_rps_peers \
  test_rps_malicious_1 \
  test_rps_malicious_2 \
@@ -94,9 +99,18 @@ AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PAT
 TESTS = $(check_PROGRAMS)
 endif
 
+test_service_rps_view_SOURCES = gnunet-service-rps_view.h gnunet-service-rps_view.c \
+                                                                                                                               test_service_rps_view.c
+test_service_rps_view_LDADD = $(top_builddir)/src/util/libgnunetutil.la
+
 test_service_rps_peers_SOURCES = gnunet-service-rps_peers.h gnunet-service-rps_peers.c \
                                                                                                                                 test_service_rps_peers.c
-test_service_rps_peers_LDADD = $(top_builddir)/src/util/libgnunetutil.la
+test_service_rps_peers_LDADD = $(top_builddir)/src/util/libgnunetutil.la \
+                                                                                                                        $(top_builddir)/src/cadet/libgnunetcadet.la
+
+test_service_rps_custommap_SOURCES = gnunet-service-rps_custommap.h gnunet-service-rps_custommap.c \
+                                                                                                                                test_service_rps_custommap.c
+test_service_rps_custommap_LDADD = $(top_builddir)/src/util/libgnunetutil.la
 
 test_rps_malicious_1_SOURCES = $(rps_test_src)
 test_rps_malicious_1_LDADD = $(ld_rps_test_lib)