aboutsummaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 14:17:54 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 14:17:54 +0200
commitb4f068d6c7b111d0713e880dbffb06927450ebf1 (patch)
treeb66f528d6af5c07cc311bc59f6d02f5e22e1f5a8 /src/core/Makefile.am
parent14d9446a7d2bf06dc03ba35f361bf0bbcd9e7b44 (diff)
downloadgnunet-b4f068d6c7b111d0713e880dbffb06927450ebf1.tar.gz
gnunet-b4f068d6c7b111d0713e880dbffb06927450ebf1.zip
BUILD: Move arm to service/cli
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 4a8ee9b31..b1d932ace 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -45,7 +45,7 @@ libgnunet_test_core_plugin_cmd_just_run_la_LIBADD = \
45 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ 45 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
46 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 46 $(top_builddir)/src/statistics/libgnunetstatistics.la \
47 $(top_builddir)/src/lib/hello/libgnunethello.la \ 47 $(top_builddir)/src/lib/hello/libgnunethello.la \
48 $(top_builddir)/src/arm/libgnunetarm.la \ 48 $(top_builddir)/src/service/arm/libgnunetarm.la \
49 $(top_builddir)/src/lib/util/libgnunetutil.la \ 49 $(top_builddir)/src/lib/util/libgnunetutil.la \
50 $(LTLIBINTL) 50 $(LTLIBINTL)
51libgnunet_test_core_plugin_cmd_just_run_la_LDFLAGS = \ 51libgnunet_test_core_plugin_cmd_just_run_la_LDFLAGS = \
@@ -55,7 +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/lib/testing/libgnunettesting.la \ 57 $(top_builddir)/src/lib/testing/libgnunettesting.la \
58 $(top_builddir)/src/arm/libgnunetarm.la \ 58 $(top_builddir)/src/service/arm/libgnunetarm.la \
59 $(top_builddir)/src/transport/libgnunettransportapplication.la \ 59 $(top_builddir)/src/transport/libgnunettransportapplication.la \
60 $(top_builddir)/src/transport/libgnunettransportcore.la \ 60 $(top_builddir)/src/transport/libgnunettransportcore.la \
61 $(top_builddir)/src/lib/util/libgnunetutil.la 61 $(top_builddir)/src/lib/util/libgnunetutil.la