aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-07-29 11:18:41 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-07-29 11:21:09 -0400
commitd48374b558143b4027c6b7cc7366dbd3ae110156 (patch)
treec2ae4ee782b90a1bb4e9c21da534962f5e058c5a /src/fs
parent4fcc8069d30a95624d0d5bd7d6fb8648df2de966 (diff)
downloadgnunet-d48374b558143b4027c6b7cc7366dbd3ae110156.tar.gz
gnunet-d48374b558143b4027c6b7cc7366dbd3ae110156.zip
add dependency lib
* src/fs/Makefile.am (gnunet_fs_profiler_LDADD): Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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
105gnunet_fs_profiler_SOURCES = \ 105gnunet_fs_profiler_SOURCES = \
106 gnunet-fs-profiler.c 106 gnunet-fs-profiler.c
107gnunet_fs_profiler_LDADD = \ 107gnunet_fs_profiler_LDADD = \
108 $(top_builddir)/src/testing/libgnunettesting.la \
108 $(top_builddir)/src/testbed/libgnunettestbed.la \ 109 $(top_builddir)/src/testbed/libgnunettestbed.la \
109 $(top_builddir)/src/util/libgnunetutil.la \ 110 $(top_builddir)/src/util/libgnunetutil.la \
110 $(GN_LIBINTL) 111 $(GN_LIBINTL)