aboutsummaryrefslogtreecommitdiff
path: root/src/core
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/core
parent099b07c900348fb07e2c9cde024150d900622792 (diff)
downloadgnunet-b20ac6c740664563a986cc03c666e6649b1a4f7c.tar.gz
gnunet-b20ac6c740664563a986cc03c666e6649b1a4f7c.zip
no need to link against libgnunetarm
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Makefile.am3
1 files changed, 0 insertions, 3 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