aboutsummaryrefslogtreecommitdiff
path: root/src/multicast
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/multicast
parente184df6030ab5c5374fe3b8a94482ff5a30c1580 (diff)
downloadgnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.tar.gz
gnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.zip
fixing parallel build, getting rid of useless _DEPENDENCIES declarations
Diffstat (limited to 'src/multicast')
-rw-r--r--src/multicast/Makefile.am12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am
index b6ae92f0f..9376a5d1a 100644
--- a/src/multicast/Makefile.am
+++ b/src/multicast/Makefile.am
@@ -39,8 +39,6 @@ gnunet_multicast_SOURCES = \
39gnunet_multicast_LDADD = \ 39gnunet_multicast_LDADD = \
40 $(top_builddir)/src/util/libgnunetutil.la \ 40 $(top_builddir)/src/util/libgnunetutil.la \
41 $(GN_LIBINTL) 41 $(GN_LIBINTL)
42gnunet_multicast_DEPENDENCIES = \
43 $(top_builddir)/src/util/libgnunetutil.la
44 42
45gnunet_service_multicast_SOURCES = \ 43gnunet_service_multicast_SOURCES = \
46 gnunet-service-multicast.c 44 gnunet-service-multicast.c
@@ -50,11 +48,6 @@ gnunet_service_multicast_LDADD = \
50 $(top_builddir)/src/cadet/libgnunetcadet.la \ 48 $(top_builddir)/src/cadet/libgnunetcadet.la \
51 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 49 $(top_builddir)/src/statistics/libgnunetstatistics.la \
52 $(GN_LIBINTL) 50 $(GN_LIBINTL)
53gnunet_service_multicast_DEPENDENCIES = \
54 $(top_builddir)/src/util/libgnunetutil.la \
55 $(top_builddir)/src/core/libgnunetcore.la \
56 $(top_builddir)/src/cadet/libgnunetcadet.la \
57 $(top_builddir)/src/statistics/libgnunetstatistics.la
58 51
59 52
60check_PROGRAMS = \ 53check_PROGRAMS = \
@@ -71,7 +64,4 @@ test_multicast_LDADD = \
71 libgnunetmulticast.la \ 64 libgnunetmulticast.la \
72 $(top_builddir)/src/testing/libgnunettesting.la \ 65 $(top_builddir)/src/testing/libgnunettesting.la \
73 $(top_builddir)/src/util/libgnunetutil.la 66 $(top_builddir)/src/util/libgnunetutil.la
74test_multicast_DEPENDENCIES = \ 67
75 libgnunetmulticast.la \
76 $(top_builddir)/src/testing/libgnunettesting.la \
77 $(top_builddir)/src/util/libgnunetutil.la