gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: add config file


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: add config file
Date: Fri, 25 Jan 2019 15:41:01 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a4e90ec3e add config file
a4e90ec3e is described below

commit a4e90ec3e4bb3531503543b9127b9195ab3e8898
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 25 15:40:57 2019 +0100

    add config file
---
 src/ats/Makefile.am        |  2 ++
 src/ats/test_ats2_lib.conf | 13 +++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index f113d96e7..4f2a93227 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -82,6 +82,8 @@ libgnunet_plugin_ats2_simple_la_SOURCES = \
   plugin_ats2_simple.c
 libgnunet_plugin_ats2_simple_la_LIBADD = \
   $(top_builddir)/src/hello/libgnunethello.la \
+  $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
+  $(top_builddir)/src/nt/libgnunetnt.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(LTLIBINTL)
diff --git a/src/ats/test_ats2_lib.conf b/src/ats/test_ats2_lib.conf
new file mode 100644
index 000000000..e24f5ea68
--- /dev/null
+++ b/src/ats/test_ats2_lib.conf
@@ -0,0 +1,13 @@
address@hidden@ ../../contrib/conf/gnunet/no_forcestart.conf
address@hidden@ ../../contrib/conf/gnunet/no_autostart_above_core.conf
+
+[ats]
+BINARY = gnunet-service-ats-new
+
+[core]
+START_ON_DEMAND = NO
+IMMEDIATE_START = NO
+
+[transport]
+START_ON_DEMAND = NO
+IMMEDIATE_START = NO

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



reply via email to

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