aboutsummaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-11 10:14:24 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-11 10:14:24 +0200
commitfeded15e0ec812f01afcb43959dcad0894c13b25 (patch)
tree43bdc0dfac4cce9c0c6d95f13a290d124912d00b /src/core/Makefile.am
parentcbe119d3fa3419123de40ea42e431f0962d31f2b (diff)
downloadgnunet-feded15e0ec812f01afcb43959dcad0894c13b25.tar.gz
gnunet-feded15e0ec812f01afcb43959dcad0894c13b25.zip
add technically unnecessary link against libgnunetarm for debian package build
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index af709ae29..5e2a74ec3 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -55,6 +55,7 @@ libgnunetcoretesting_la_SOURCES = \
55 core_api_cmd_connecting_peers.c 55 core_api_cmd_connecting_peers.c
56libgnunetcoretesting_la_LIBADD = \ 56libgnunetcoretesting_la_LIBADD = \
57 $(top_builddir)/src/testing/libgnunettesting.la \ 57 $(top_builddir)/src/testing/libgnunettesting.la \
58 $(top_builddir)/src/arm/libgnunetarm.la \
58 $(top_builddir)/src/transport/libgnunettransportapplication.la \ 59 $(top_builddir)/src/transport/libgnunettransportapplication.la \
59 $(top_builddir)/src/transport/libgnunettransportcore.la \ 60 $(top_builddir)/src/transport/libgnunettransportcore.la \
60 $(top_builddir)/src/util/libgnunetutil.la 61 $(top_builddir)/src/util/libgnunetutil.la