diff options
author | Julius Bünger <buenger@mytum.de> | 2017-03-12 23:57:15 +0100 |
---|---|---|
committer | Julius Bünger <buenger@mytum.de> | 2017-03-12 23:57:15 +0100 |
commit | 9c89add881c5feb205be5845a085a7a9882427ec (patch) | |
tree | 555b37f90be4fb9c0f712c0ed1c3824a993aa44d | |
parent | 689692223b9cfd09143cf47a8b3f05dd66fb084e (diff) |
adapting the Makefile for the new cadet api
-rw-r--r-- | src/rps/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am index de7f853c1d..d557e2ffd9 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 |