[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 03/04: add dependency lib
From: |
gnunet |
Subject: |
[gnunet] 03/04: add dependency lib |
Date: |
Thu, 29 Jul 2021 17:26:46 +0200 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository gnunet.
commit d48374b558143b4027c6b7cc7366dbd3ae110156
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Jul 29 11:18:41 2021 -0400
add dependency lib
* src/fs/Makefile.am (gnunet_fs_profiler_LDADD):
Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.
---
src/fs/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 25590c6f7..2400d412e 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -105,6 +105,7 @@ endif
gnunet_fs_profiler_SOURCES = \
gnunet-fs-profiler.c
gnunet_fs_profiler_LDADD = \
+ $(top_builddir)/src/testing/libgnunettesting.la \
$(top_builddir)/src/testbed/libgnunettestbed.la \
$(top_builddir)/src/util/libgnunetutil.la \
$(GN_LIBINTL)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.