gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28086 - in gnunet: . src src/consensus src/fs src/include


From: gnunet
Subject: [GNUnet-SVN] r28086 - in gnunet: . src src/consensus src/fs src/include src/set
Date: Tue, 16 Jul 2013 13:21:06 +0200

Author: bartpolot
Date: 2013-07-16 13:21:06 +0200 (Tue, 16 Jul 2013)
New Revision: 28086

Removed:
   gnunet/src/stream/
Modified:
   gnunet/configure.ac
   gnunet/src/Makefile.am
   gnunet/src/consensus/Makefile.am
   gnunet/src/fs/test_fs_defaults.conf
   gnunet/src/include/Makefile.am
   gnunet/src/set/Makefile.am
Log:
Remove stream

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2013-07-16 09:55:53 UTC (rev 28085)
+++ gnunet/configure.ac 2013-07-16 11:21:06 UTC (rev 28086)
@@ -1313,7 +1313,6 @@
 src/set/set.conf
 src/statistics/Makefile
 src/statistics/statistics.conf
-src/stream/Makefile
 src/template/Makefile
 src/testbed/Makefile
 src/testbed/testbed.conf

Modified: gnunet/src/Makefile.am
===================================================================
--- gnunet/src/Makefile.am      2013-07-16 09:55:53 UTC (rev 28085)
+++ gnunet/src/Makefile.am      2013-07-16 11:21:06 UTC (rev 28086)
@@ -61,7 +61,6 @@
   regex \
   mesh \
   lockmanager \
-  stream \
   dns \
   gns \
   set \

Modified: gnunet/src/consensus/Makefile.am
===================================================================
--- gnunet/src/consensus/Makefile.am    2013-07-16 09:55:53 UTC (rev 28085)
+++ gnunet/src/consensus/Makefile.am    2013-07-16 11:21:06 UTC (rev 28086)
@@ -45,7 +45,6 @@
 gnunet_service_consensus_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/core/libgnunetcore.la \
-  $(top_builddir)/src/stream/libgnunetstream.la \
   $(top_builddir)/src/mesh/libgnunetmesh.la \
   $(top_builddir)/src/set/libgnunetset.la \
   $(GN_LIBINTL)
@@ -57,7 +56,6 @@
 gnunet_service_evil_consensus_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/core/libgnunetcore.la \
-  $(top_builddir)/src/stream/libgnunetstream.la \
   $(top_builddir)/src/mesh/libgnunetmesh.la \
   $(top_builddir)/src/set/libgnunetset.la \
   $(GN_LIBINTL)

Modified: gnunet/src/fs/test_fs_defaults.conf
===================================================================
--- gnunet/src/fs/test_fs_defaults.conf 2013-07-16 09:55:53 UTC (rev 28085)
+++ gnunet/src/fs/test_fs_defaults.conf 2013-07-16 11:21:06 UTC (rev 28086)
@@ -57,6 +57,7 @@
 CONTENT_CACHING = YES
 CONTENT_PUSHING = YES
 DELAY = YES
+PREFIX = valgrind --leak-check=full
 
 [testing]
 WEAKRANDOM = YES

Modified: gnunet/src/include/Makefile.am
===================================================================
--- gnunet/src/include/Makefile.am      2013-07-16 09:55:53 UTC (rev 28085)
+++ gnunet/src/include/Makefile.am      2013-07-16 11:21:06 UTC (rev 28086)
@@ -78,7 +78,6 @@
   gnunet_signal_lib.h \
   gnunet_signatures.h \
   gnunet_statistics_service.h \
-  gnunet_stream_lib.h \
   gnunet_strings_lib.h \
   gnunet_testbed_service.h \
   gnunet_testbed_logger_service.h \

Modified: gnunet/src/set/Makefile.am
===================================================================
--- gnunet/src/set/Makefile.am  2013-07-16 09:55:53 UTC (rev 28085)
+++ gnunet/src/set/Makefile.am  2013-07-16 11:21:06 UTC (rev 28086)
@@ -57,7 +57,6 @@
   set_api.c
 libgnunetset_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
-  $(top_builddir)/src/stream/libgnunetstream.la \
   $(LTLIBINTL)
 libgnunetset_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS)




reply via email to

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