gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: adapting the Makefile for t


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: adapting the Makefile for the new cadet api
Date: Sun, 12 Mar 2017 23:58:04 +0100

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 9c89add88 adapting the Makefile for the new cadet api
9c89add88 is described below

commit 9c89add881c5feb205be5845a085a7a9882427ec
Author: Julius Bünger <address@hidden>
AuthorDate: Sun Mar 12 23:57:15 2017 +0100

    adapting the Makefile for the new cadet api
---
 src/rps/Makefile.am | 4 ++--
 1 file 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 = \
   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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]