aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-07-29 10:58:59 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-07-29 10:58:59 -0400
commit281e8abbdd96ca5c56fefe98e19f993052fd2a02 (patch)
treebeb32db746c3e64aa6e72b0a77a87ec080f4085e /src/nse
parent5277d5cb4288dbe25f72dc59a7a4449d5a83bdda (diff)
downloadgnunet-281e8abbdd96ca5c56fefe98e19f993052fd2a02.tar.gz
gnunet-281e8abbdd96ca5c56fefe98e19f993052fd2a02.zip
add dependency lib
* src/nse/Makefile.am (gnunet_nse_profiler_LDADD): Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index 85ae4d3be..824aa10d4 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -47,6 +47,7 @@ gnunet_nse_profiler_LDADD = -lm \
47 libgnunetnse.la \ 47 libgnunetnse.la \
48 $(top_builddir)/src/util/libgnunetutil.la \ 48 $(top_builddir)/src/util/libgnunetutil.la \
49 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 49 $(top_builddir)/src/statistics/libgnunetstatistics.la \
50 $(top_builddir)/src/testing/libgnunettesting.la \
50 $(top_builddir)/src/testbed/libgnunettestbed.la \ 51 $(top_builddir)/src/testbed/libgnunettestbed.la \
51 $(GN_LIBINTL) 52 $(GN_LIBINTL)
52 53