From b20ac6c740664563a986cc03c666e6649b1a4f7c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 26 May 2010 08:34:44 +0000 Subject: [PATCH] no need to link against libgnunetarm --- src/core/Makefile.am | 3 --- src/fs/Makefile.am | 11 ----------- src/hostlist/Makefile.am | 2 -- src/transport/Makefile.am | 1 - 4 files changed, 17 deletions(-) diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 894721874..f5c1092b6 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -18,7 +18,6 @@ libgnunetcore_la_SOURCES = \ core_api_peer_get_info.c \ core_api_peer_request.c libgnunetcore_la_LIBADD = \ - $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) $(XLIB) libgnunetcore_la_LDFLAGS = \ @@ -49,7 +48,6 @@ TESTS = $(check_PROGRAMS) test_core_api_SOURCES = \ test_core_api.c test_core_api_LDADD = \ - $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/transport/libgnunettransport.la \ $(top_builddir)/src/util/libgnunetutil.la @@ -58,7 +56,6 @@ test_core_api_LDADD = \ test_core_api_start_only_SOURCES = \ test_core_api_start_only.c test_core_api_start_only_LDADD = \ - $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/util/libgnunetutil.la diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index f287b6b31..5ca7af81a 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -180,14 +180,12 @@ test_fs_download_SOURCES = \ test_fs_download.c test_fs_download_LDADD = \ $(top_builddir)/src/fs/libgnunetfs.la \ - $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/util/libgnunetutil.la test_fs_download_persistence_SOURCES = \ test_fs_download_persistence.c test_fs_download_persistence_LDADD = \ $(top_builddir)/src/fs/libgnunetfs.la \ - $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/util/libgnunetutil.la test_fs_file_information_SOURCES = \ @@ -206,61 +204,52 @@ test_fs_list_indexed_SOURCES = \ test_fs_list_indexed.c test_fs_list_indexed_LDADD = \ $(top_builddir)/src/fs/libgnunetfs.la \ - $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/util/libgnunetutil.la test_fs_namespace_SOURCES = \ test_fs_namespace.c test_fs_namespace_LDADD = \ $(top_builddir)/src/fs/libgnunetfs.la \ - $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/util/libgnunetutil.la test_fs_publish_SOURCES = \ test_fs_publish.c test_fs_publish_LDADD = \ $(top_builddir)/src/fs/libgnunetfs.la \ - $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/util/libgnunetutil.la test_fs_publish_persistence_SOURCES = \ test_fs_publish_persistence.c test_fs_publish_persistence_LDADD = \ $(top_builddir)/src/fs/libgnunetfs.la \ - $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/util/libgnunetutil.la test_fs_search_SOURCES = \ test_fs_search.c test_fs_search_LDADD = $(top_builddir)/src/fs/libgnunetfs.la \ - $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/util/libgnunetutil.la test_fs_search_persistence_SOURCES = \ test_fs_search_persistence.c test_fs_search_persistence_LDADD = $(top_builddir)/src/fs/libgnunetfs.la \ - $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/util/libgnunetutil.la test_fs_start_stop_SOURCES = \ test_fs_start_stop.c test_fs_start_stop_LDADD = \ $(top_builddir)/src/fs/libgnunetfs.la \ - $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/util/libgnunetutil.la test_fs_unindex_SOURCES = \ test_fs_unindex.c test_fs_unindex_LDADD = \ $(top_builddir)/src/fs/libgnunetfs.la \ - $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/util/libgnunetutil.la test_fs_unindex_persistence_SOURCES = \ test_fs_unindex_persistence.c test_fs_unindex_persistence_LDADD = \ $(top_builddir)/src/fs/libgnunetfs.la \ - $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/util/libgnunetutil.la test_fs_uri_SOURCES = \ diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am index 16161a635..15510807c 100644 --- a/src/hostlist/Makefile.am +++ b/src/hostlist/Makefile.am @@ -45,14 +45,12 @@ test_gnunet_daemon_hostlist_SOURCES = \ test_gnunet_daemon_hostlist.c test_gnunet_daemon_hostlist_LDADD = \ $(top_builddir)/src/transport/libgnunettransport.la \ - $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/util/libgnunetutil.la test_gnunet_daemon_hostlist_learning_SOURCES = \ test_gnunet_daemon_hostlist_learning.c test_gnunet_daemon_hostlist_learning_LDADD = \ $(top_builddir)/src/transport/libgnunettransport.la \ - $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 73f1770b1..d926698c1 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -34,7 +34,6 @@ libgnunettransport_la_SOURCES = \ transport_api_blacklist.c \ transport_api_address_lookup.c libgnunettransport_la_LIBADD = \ - $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/hello/libgnunethello.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) -- 2.25.1