gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: add dependency lib to a couple targets


From: gnunet
Subject: [gnunet] branch master updated: add dependency lib to a couple targets
Date: Thu, 29 Jul 2021 16:48:37 +0200

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

ttn pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 12e29f004 add dependency lib to a couple targets
12e29f004 is described below

commit 12e29f00467cfc081d9500c47c048b5a79971f70
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Jul 29 10:42:18 2021 -0400

    add dependency lib to a couple targets
    
    * src/testbed/Makefile.am (gnunet_testbed_profiler_LDADD)
    (generate_underlay_topology_LDADD): Add dependency on
    '$(top_builddir)/src/testing/libgnunettesting.la'.
---
 src/testbed/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 347d16007..b4b2cff97 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -76,6 +76,7 @@ gnunet_service_testbed_LDADD = $(XLIB) \
 gnunet_testbed_profiler_SOURCES = \
   gnunet-testbed-profiler.c
 gnunet_testbed_profiler_LDADD = $(XLIB) \
+ $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/util/libgnunetutil.la \
  libgnunettestbed.la
 gnunet_testbed_profiler_LDFLAGS = \
@@ -169,6 +170,7 @@ libgnunettestbed_la_LDFLAGS = \
 
 generate_underlay_topology_SOURCES = generate-underlay-topology.c
 generate_underlay_topology_LDADD = $(XLIB) \
+ $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/util/libgnunetutil.la \
  libgnunettestbed.la \
  $(LTLIBINTL) -lsqlite3

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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