From 9c89add881c5feb205be5845a085a7a9882427ec Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Sun, 12 Mar 2017 23:57:15 +0100 Subject: adapting the Makefile for the new cadet api --- src/rps/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rps/Makefile.am') 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 -- cgit v1.2.3