From: Julius Bünger Date: Sun, 12 Mar 2017 22:57:15 +0000 (+0100) Subject: adapting the Makefile for the new cadet api X-Git-Tag: gnunet-0.11.0rc0~284^2~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9c89add881c5feb205be5845a085a7a9882427ec;p=oweals%2Fgnunet.git adapting the Makefile for the new cadet api --- 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 = \ libgnunetrps.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ - $(top_builddir)/src/cadet/libgnunetcadet.la \ + $(top_builddir)/src/cadet/libgnunetcadetnew.la \ $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ $(top_builddir)/src/nse/libgnunetnse.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ @@ -107,7 +107,7 @@ 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 \ - $(top_builddir)/src/cadet/libgnunetcadet.la + $(top_builddir)/src/cadet/libgnunetcadetnew.la test_service_rps_custommap_SOURCES = gnunet-service-rps_custommap.h gnunet-service-rps_custommap.c \ test_service_rps_custommap.c