aboutsummaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2017-03-12 23:57:15 +0100
committerJulius Bünger <buenger@mytum.de>2017-03-12 23:57:15 +0100
commit9c89add881c5feb205be5845a085a7a9882427ec (patch)
tree555b37f90be4fb9c0f712c0ed1c3824a993aa44d /src/rps/Makefile.am
parent689692223b9cfd09143cf47a8b3f05dd66fb084e (diff)
downloadgnunet-9c89add881c5feb205be5845a085a7a9882427ec.tar.gz
gnunet-9c89add881c5feb205be5845a085a7a9882427ec.zip
adapting the Makefile for the new cadet api
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r--src/rps/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index de7f853c1..d557e2ffd 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -60,7 +60,7 @@ gnunet_service_rps_LDADD = \
60 libgnunetrps.la \ 60 libgnunetrps.la \
61 $(top_builddir)/src/util/libgnunetutil.la \ 61 $(top_builddir)/src/util/libgnunetutil.la \
62 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 62 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
63 $(top_builddir)/src/cadet/libgnunetcadet.la \ 63 $(top_builddir)/src/cadet/libgnunetcadetnew.la \
64 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 64 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
65 $(top_builddir)/src/nse/libgnunetnse.la \ 65 $(top_builddir)/src/nse/libgnunetnse.la \
66 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 66 $(top_builddir)/src/statistics/libgnunetstatistics.la \
@@ -107,7 +107,7 @@ test_service_rps_view_LDADD = $(top_builddir)/src/util/libgnunetutil.la
107test_service_rps_peers_SOURCES = gnunet-service-rps_peers.h gnunet-service-rps_peers.c \ 107test_service_rps_peers_SOURCES = gnunet-service-rps_peers.h gnunet-service-rps_peers.c \
108 test_service_rps_peers.c 108 test_service_rps_peers.c
109test_service_rps_peers_LDADD = $(top_builddir)/src/util/libgnunetutil.la \ 109test_service_rps_peers_LDADD = $(top_builddir)/src/util/libgnunetutil.la \
110 $(top_builddir)/src/cadet/libgnunetcadet.la 110 $(top_builddir)/src/cadet/libgnunetcadetnew.la
111 111
112test_service_rps_custommap_SOURCES = gnunet-service-rps_custommap.h gnunet-service-rps_custommap.c \ 112test_service_rps_custommap_SOURCES = gnunet-service-rps_custommap.h gnunet-service-rps_custommap.c \
113 test_service_rps_custommap.c 113 test_service_rps_custommap.c