[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r24604 - gnunet/src/mesh
From: |
gnunet |
Subject: |
[GNUnet-SVN] r24604 - gnunet/src/mesh |
Date: |
Tue, 30 Oct 2012 14:37:25 +0100 |
Author: bartpolot
Date: 2012-10-30 14:37:25 +0100 (Tue, 30 Oct 2012)
New Revision: 24604
Modified:
gnunet/src/mesh/Makefile.am
Log:
- add new service to rewrite flow control
Modified: gnunet/src/mesh/Makefile.am
===================================================================
--- gnunet/src/mesh/Makefile.am 2012-10-30 11:00:13 UTC (rev 24603)
+++ gnunet/src/mesh/Makefile.am 2012-10-30 13:37:25 UTC (rev 24604)
@@ -21,7 +21,7 @@
AM_CLFAGS = -g
libexec_PROGRAMS = \
- gnunet-service-mesh
+ gnunet-service-mesh gnunet-service-mesh-new
lib_LTLIBRARIES = \
libgnunetmesh.la \
@@ -88,6 +88,32 @@
gnunet_service_mesh_LDFLAGS = -lrt
endif
+gnunet_service_mesh_new_SOURCES = \
+ gnunet-service-mesh-new.c \
+ mesh_tunnel_tree.c \
+ mesh_common.c
+gnunet_service_mesh_new_CFLAGS = $(AM_CFLAGS)
+gnunet_service_mesh_new_LDADD = \
+ $(top_builddir)/src/util/libgnunetutil.la \
+ $(top_builddir)/src/core/libgnunetcore.la \
+ $(top_builddir)/src/dht/libgnunetdht.la \
+ $(top_builddir)/src/statistics/libgnunetstatistics.la \
+ $(top_builddir)/src/block/libgnunetblock.la \
+ $(top_builddir)/src/mesh/libgnunetmeshblock.la \
+ $(top_builddir)/src/regex/libgnunetregex.la
+gnunet_service_mesh_new_DEPENDENCIES = \
+ $(top_builddir)/src/util/libgnunetutil.la \
+ $(top_builddir)/src/core/libgnunetcore.la \
+ $(top_builddir)/src/dht/libgnunetdht.la \
+ $(top_builddir)/src/statistics/libgnunetstatistics.la \
+ $(top_builddir)/src/block/libgnunetblock.la \
+ libgnunetmeshblock.la \
+ $(top_builddir)/src/regex/libgnunetregex.la
+if LINUX
+gnunet_service_mesh_new_LDFLAGS = -lrt
+endif
+
+
noinst_PROGRAMS = \
gnunet-regex-profiler
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r24604 - gnunet/src/mesh,
gnunet <=