aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-09-13 13:54:57 +0000
committerChristian Grothoff <christian@grothoff.org>2014-09-13 13:54:57 +0000
commitd94c5185fcdf47c6a57d3233b946fa7e621f7ad9 (patch)
tree1ded577285183d6457bde8787b9bccaa01f12143 /src/arm
parente184df6030ab5c5374fe3b8a94482ff5a30c1580 (diff)
downloadgnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.tar.gz
gnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.zip
fixing parallel build, getting rid of useless _DEPENDENCIES declarations
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/Makefile.am13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/arm/Makefile.am b/src/arm/Makefile.am
index a3ba06652..5f2206712 100644
--- a/src/arm/Makefile.am
+++ b/src/arm/Makefile.am
@@ -40,20 +40,15 @@ libexec_PROGRAMS = \
40gnunet_arm_SOURCES = \ 40gnunet_arm_SOURCES = \
41 gnunet-arm.c 41 gnunet-arm.c
42gnunet_arm_LDADD = \ 42gnunet_arm_LDADD = \
43 $(top_builddir)/src/arm/libgnunetarm.la \ 43 libgnunetarm.la \
44 $(top_builddir)/src/util/libgnunetutil.la \ 44 $(top_builddir)/src/util/libgnunetutil.la \
45 $(GN_LIBINTL) 45 $(GN_LIBINTL)
46gnunet_arm_DEPENDENCIES = \
47 libgnunetarm.la
48 46
49gnunet_service_arm_SOURCES = \ 47gnunet_service_arm_SOURCES = \
50 gnunet-service-arm.c 48 gnunet-service-arm.c
51gnunet_service_arm_LDADD = \ 49gnunet_service_arm_LDADD = \
52 $(top_builddir)/src/util/libgnunetutil.la \ 50 $(top_builddir)/src/util/libgnunetutil.la \
53 $(GN_LIBINTL) 51 $(GN_LIBINTL)
54gnunet_service_arm_DEPENDENCIES = \
55 libgnunetarm.la
56
57 52
58mockup_service_SOURCES = \ 53mockup_service_SOURCES = \
59 mockup-service.c 54 mockup-service.c
@@ -79,19 +74,19 @@ endif
79test_arm_api_SOURCES = \ 74test_arm_api_SOURCES = \
80 test_arm_api.c 75 test_arm_api.c
81test_arm_api_LDADD = \ 76test_arm_api_LDADD = \
82 $(top_builddir)/src/arm/libgnunetarm.la \ 77 libgnunetarm.la \
83 $(top_builddir)/src/util/libgnunetutil.la 78 $(top_builddir)/src/util/libgnunetutil.la
84 79
85test_exponential_backoff_SOURCES = \ 80test_exponential_backoff_SOURCES = \
86 test_exponential_backoff.c 81 test_exponential_backoff.c
87test_exponential_backoff_LDADD = \ 82test_exponential_backoff_LDADD = \
88 $(top_builddir)/src/arm/libgnunetarm.la \ 83 libgnunetarm.la \
89 $(top_builddir)/src/util/libgnunetutil.la 84 $(top_builddir)/src/util/libgnunetutil.la
90 85
91test_gnunet_service_arm_SOURCES = \ 86test_gnunet_service_arm_SOURCES = \
92 test_gnunet_service_arm.c 87 test_gnunet_service_arm.c
93 test_gnunet_service_arm_LDADD = \ 88 test_gnunet_service_arm_LDADD = \
94 $(top_builddir)/src/arm/libgnunetarm.la \ 89 libgnunetarm.la \
95 $(top_builddir)/src/util/libgnunetutil.la 90 $(top_builddir)/src/util/libgnunetutil.la
96 91
97do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' 92do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'