aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-26 08:34:44 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-26 08:34:44 +0000
commitb20ac6c740664563a986cc03c666e6649b1a4f7c (patch)
treea20879b8e00ced6b4fe458848ec5d4c3f857a7b1 /src
parent099b07c900348fb07e2c9cde024150d900622792 (diff)
downloadgnunet-b20ac6c740664563a986cc03c666e6649b1a4f7c.tar.gz
gnunet-b20ac6c740664563a986cc03c666e6649b1a4f7c.zip
no need to link against libgnunetarm
Diffstat (limited to 'src')
-rw-r--r--src/core/Makefile.am3
-rw-r--r--src/fs/Makefile.am11
-rw-r--r--src/hostlist/Makefile.am2
-rw-r--r--src/transport/Makefile.am1
4 files changed, 0 insertions, 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 = \
18 core_api_peer_get_info.c \ 18 core_api_peer_get_info.c \
19 core_api_peer_request.c 19 core_api_peer_request.c
20libgnunetcore_la_LIBADD = \ 20libgnunetcore_la_LIBADD = \
21 $(top_builddir)/src/arm/libgnunetarm.la \
22 $(top_builddir)/src/util/libgnunetutil.la \ 21 $(top_builddir)/src/util/libgnunetutil.la \
23 $(GN_LIBINTL) $(XLIB) 22 $(GN_LIBINTL) $(XLIB)
24libgnunetcore_la_LDFLAGS = \ 23libgnunetcore_la_LDFLAGS = \
@@ -49,7 +48,6 @@ TESTS = $(check_PROGRAMS)
49test_core_api_SOURCES = \ 48test_core_api_SOURCES = \
50 test_core_api.c 49 test_core_api.c
51test_core_api_LDADD = \ 50test_core_api_LDADD = \
52 $(top_builddir)/src/arm/libgnunetarm.la \
53 $(top_builddir)/src/core/libgnunetcore.la \ 51 $(top_builddir)/src/core/libgnunetcore.la \
54 $(top_builddir)/src/transport/libgnunettransport.la \ 52 $(top_builddir)/src/transport/libgnunettransport.la \
55 $(top_builddir)/src/util/libgnunetutil.la 53 $(top_builddir)/src/util/libgnunetutil.la
@@ -58,7 +56,6 @@ test_core_api_LDADD = \
58test_core_api_start_only_SOURCES = \ 56test_core_api_start_only_SOURCES = \
59 test_core_api_start_only.c 57 test_core_api_start_only.c
60test_core_api_start_only_LDADD = \ 58test_core_api_start_only_LDADD = \
61 $(top_builddir)/src/arm/libgnunetarm.la \
62 $(top_builddir)/src/core/libgnunetcore.la \ 59 $(top_builddir)/src/core/libgnunetcore.la \
63 $(top_builddir)/src/util/libgnunetutil.la 60 $(top_builddir)/src/util/libgnunetutil.la
64 61
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 = \
180 test_fs_download.c 180 test_fs_download.c
181test_fs_download_LDADD = \ 181test_fs_download_LDADD = \
182 $(top_builddir)/src/fs/libgnunetfs.la \ 182 $(top_builddir)/src/fs/libgnunetfs.la \
183 $(top_builddir)/src/arm/libgnunetarm.la \
184 $(top_builddir)/src/util/libgnunetutil.la 183 $(top_builddir)/src/util/libgnunetutil.la
185 184
186test_fs_download_persistence_SOURCES = \ 185test_fs_download_persistence_SOURCES = \
187 test_fs_download_persistence.c 186 test_fs_download_persistence.c
188test_fs_download_persistence_LDADD = \ 187test_fs_download_persistence_LDADD = \
189 $(top_builddir)/src/fs/libgnunetfs.la \ 188 $(top_builddir)/src/fs/libgnunetfs.la \
190 $(top_builddir)/src/arm/libgnunetarm.la \
191 $(top_builddir)/src/util/libgnunetutil.la 189 $(top_builddir)/src/util/libgnunetutil.la
192 190
193test_fs_file_information_SOURCES = \ 191test_fs_file_information_SOURCES = \
@@ -206,61 +204,52 @@ test_fs_list_indexed_SOURCES = \
206 test_fs_list_indexed.c 204 test_fs_list_indexed.c
207test_fs_list_indexed_LDADD = \ 205test_fs_list_indexed_LDADD = \
208 $(top_builddir)/src/fs/libgnunetfs.la \ 206 $(top_builddir)/src/fs/libgnunetfs.la \
209 $(top_builddir)/src/arm/libgnunetarm.la \
210 $(top_builddir)/src/util/libgnunetutil.la 207 $(top_builddir)/src/util/libgnunetutil.la
211 208
212test_fs_namespace_SOURCES = \ 209test_fs_namespace_SOURCES = \
213 test_fs_namespace.c 210 test_fs_namespace.c
214test_fs_namespace_LDADD = \ 211test_fs_namespace_LDADD = \
215 $(top_builddir)/src/fs/libgnunetfs.la \ 212 $(top_builddir)/src/fs/libgnunetfs.la \
216 $(top_builddir)/src/arm/libgnunetarm.la \
217 $(top_builddir)/src/util/libgnunetutil.la 213 $(top_builddir)/src/util/libgnunetutil.la
218 214
219test_fs_publish_SOURCES = \ 215test_fs_publish_SOURCES = \
220 test_fs_publish.c 216 test_fs_publish.c
221test_fs_publish_LDADD = \ 217test_fs_publish_LDADD = \
222 $(top_builddir)/src/fs/libgnunetfs.la \ 218 $(top_builddir)/src/fs/libgnunetfs.la \
223 $(top_builddir)/src/arm/libgnunetarm.la \
224 $(top_builddir)/src/util/libgnunetutil.la 219 $(top_builddir)/src/util/libgnunetutil.la
225 220
226test_fs_publish_persistence_SOURCES = \ 221test_fs_publish_persistence_SOURCES = \
227 test_fs_publish_persistence.c 222 test_fs_publish_persistence.c
228test_fs_publish_persistence_LDADD = \ 223test_fs_publish_persistence_LDADD = \
229 $(top_builddir)/src/fs/libgnunetfs.la \ 224 $(top_builddir)/src/fs/libgnunetfs.la \
230 $(top_builddir)/src/arm/libgnunetarm.la \
231 $(top_builddir)/src/util/libgnunetutil.la 225 $(top_builddir)/src/util/libgnunetutil.la
232 226
233test_fs_search_SOURCES = \ 227test_fs_search_SOURCES = \
234 test_fs_search.c 228 test_fs_search.c
235test_fs_search_LDADD = $(top_builddir)/src/fs/libgnunetfs.la \ 229test_fs_search_LDADD = $(top_builddir)/src/fs/libgnunetfs.la \
236 $(top_builddir)/src/arm/libgnunetarm.la \
237 $(top_builddir)/src/util/libgnunetutil.la 230 $(top_builddir)/src/util/libgnunetutil.la
238 231
239test_fs_search_persistence_SOURCES = \ 232test_fs_search_persistence_SOURCES = \
240 test_fs_search_persistence.c 233 test_fs_search_persistence.c
241test_fs_search_persistence_LDADD = $(top_builddir)/src/fs/libgnunetfs.la \ 234test_fs_search_persistence_LDADD = $(top_builddir)/src/fs/libgnunetfs.la \
242 $(top_builddir)/src/arm/libgnunetarm.la \
243 $(top_builddir)/src/util/libgnunetutil.la 235 $(top_builddir)/src/util/libgnunetutil.la
244 236
245test_fs_start_stop_SOURCES = \ 237test_fs_start_stop_SOURCES = \
246 test_fs_start_stop.c 238 test_fs_start_stop.c
247test_fs_start_stop_LDADD = \ 239test_fs_start_stop_LDADD = \
248 $(top_builddir)/src/fs/libgnunetfs.la \ 240 $(top_builddir)/src/fs/libgnunetfs.la \
249 $(top_builddir)/src/arm/libgnunetarm.la \
250 $(top_builddir)/src/util/libgnunetutil.la 241 $(top_builddir)/src/util/libgnunetutil.la
251 242
252test_fs_unindex_SOURCES = \ 243test_fs_unindex_SOURCES = \
253 test_fs_unindex.c 244 test_fs_unindex.c
254test_fs_unindex_LDADD = \ 245test_fs_unindex_LDADD = \
255 $(top_builddir)/src/fs/libgnunetfs.la \ 246 $(top_builddir)/src/fs/libgnunetfs.la \
256 $(top_builddir)/src/arm/libgnunetarm.la \
257 $(top_builddir)/src/util/libgnunetutil.la 247 $(top_builddir)/src/util/libgnunetutil.la
258 248
259test_fs_unindex_persistence_SOURCES = \ 249test_fs_unindex_persistence_SOURCES = \
260 test_fs_unindex_persistence.c 250 test_fs_unindex_persistence.c
261test_fs_unindex_persistence_LDADD = \ 251test_fs_unindex_persistence_LDADD = \
262 $(top_builddir)/src/fs/libgnunetfs.la \ 252 $(top_builddir)/src/fs/libgnunetfs.la \
263 $(top_builddir)/src/arm/libgnunetarm.la \
264 $(top_builddir)/src/util/libgnunetutil.la 253 $(top_builddir)/src/util/libgnunetutil.la
265 254
266test_fs_uri_SOURCES = \ 255test_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 = \
45 test_gnunet_daemon_hostlist.c 45 test_gnunet_daemon_hostlist.c
46test_gnunet_daemon_hostlist_LDADD = \ 46test_gnunet_daemon_hostlist_LDADD = \
47 $(top_builddir)/src/transport/libgnunettransport.la \ 47 $(top_builddir)/src/transport/libgnunettransport.la \
48 $(top_builddir)/src/arm/libgnunetarm.la \
49 $(top_builddir)/src/util/libgnunetutil.la 48 $(top_builddir)/src/util/libgnunetutil.la
50 49
51test_gnunet_daemon_hostlist_learning_SOURCES = \ 50test_gnunet_daemon_hostlist_learning_SOURCES = \
52 test_gnunet_daemon_hostlist_learning.c 51 test_gnunet_daemon_hostlist_learning.c
53test_gnunet_daemon_hostlist_learning_LDADD = \ 52test_gnunet_daemon_hostlist_learning_LDADD = \
54 $(top_builddir)/src/transport/libgnunettransport.la \ 53 $(top_builddir)/src/transport/libgnunettransport.la \
55 $(top_builddir)/src/arm/libgnunetarm.la \
56 $(top_builddir)/src/core/libgnunetcore.la \ 54 $(top_builddir)/src/core/libgnunetcore.la \
57 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 55 $(top_builddir)/src/statistics/libgnunetstatistics.la \
58 $(top_builddir)/src/util/libgnunetutil.la 56 $(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 = \
34 transport_api_blacklist.c \ 34 transport_api_blacklist.c \
35 transport_api_address_lookup.c 35 transport_api_address_lookup.c
36libgnunettransport_la_LIBADD = \ 36libgnunettransport_la_LIBADD = \
37 $(top_builddir)/src/arm/libgnunetarm.la \
38 $(top_builddir)/src/hello/libgnunethello.la \ 37 $(top_builddir)/src/hello/libgnunethello.la \
39 $(top_builddir)/src/util/libgnunetutil.la \ 38 $(top_builddir)/src/util/libgnunetutil.la \
40 $(GN_LIBINTL) 39 $(GN_LIBINTL)