aboutsummaryrefslogtreecommitdiff
path: root/src/set
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/set
parente184df6030ab5c5374fe3b8a94482ff5a30c1580 (diff)
downloadgnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.tar.gz
gnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.zip
fixing parallel build, getting rid of useless _DEPENDENCIES declarations
Diffstat (limited to 'src/set')
-rw-r--r--src/set/Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index 7dc269446..8aaea88f2 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -28,11 +28,9 @@ gnunet_set_profiler_SOURCES = \
28 gnunet-set-profiler.c 28 gnunet-set-profiler.c
29gnunet_set_profiler_LDADD = \ 29gnunet_set_profiler_LDADD = \
30 $(top_builddir)/src/util/libgnunetutil.la \ 30 $(top_builddir)/src/util/libgnunetutil.la \
31 $(top_builddir)/src/set/libgnunetset.la \ 31 libgnunetset.la \
32 $(top_builddir)/src/testing/libgnunettesting.la \ 32 $(top_builddir)/src/testing/libgnunettesting.la \
33 $(GN_LIBINTL) 33 $(GN_LIBINTL)
34gnunet_set_profiler_DEPENDENCIES = \
35 libgnunetset.la
36 34
37 35
38gnunet_set_ibf_profiler_SOURCES = \ 36gnunet_set_ibf_profiler_SOURCES = \
@@ -79,8 +77,6 @@ test_set_api_SOURCES = \
79test_set_api_LDADD = \ 77test_set_api_LDADD = \
80 $(top_builddir)/src/util/libgnunetutil.la \ 78 $(top_builddir)/src/util/libgnunetutil.la \
81 $(top_builddir)/src/testing/libgnunettesting.la \ 79 $(top_builddir)/src/testing/libgnunettesting.la \
82 $(top_builddir)/src/set/libgnunetset.la
83test_set_api_DEPENDENCIES = \
84 libgnunetset.la 80 libgnunetset.la
85 81
86test_set_union_result_full_SOURCES = \ 82test_set_union_result_full_SOURCES = \
@@ -88,8 +84,6 @@ test_set_union_result_full_SOURCES = \
88test_set_union_result_full_LDADD = \ 84test_set_union_result_full_LDADD = \
89 $(top_builddir)/src/util/libgnunetutil.la \ 85 $(top_builddir)/src/util/libgnunetutil.la \
90 $(top_builddir)/src/testing/libgnunettesting.la \ 86 $(top_builddir)/src/testing/libgnunettesting.la \
91 $(top_builddir)/src/set/libgnunetset.la
92test_set_union_result_full_DEPENDENCIES = \
93 libgnunetset.la 87 libgnunetset.la
94 88
95test_set_intersection_result_full_SOURCES = \ 89test_set_intersection_result_full_SOURCES = \
@@ -97,8 +91,6 @@ test_set_intersection_result_full_SOURCES = \
97test_set_intersection_result_full_LDADD = \ 91test_set_intersection_result_full_LDADD = \
98 $(top_builddir)/src/util/libgnunetutil.la \ 92 $(top_builddir)/src/util/libgnunetutil.la \
99 $(top_builddir)/src/testing/libgnunettesting.la \ 93 $(top_builddir)/src/testing/libgnunettesting.la \
100 $(top_builddir)/src/set/libgnunetset.la
101test_set_intersection_result_full_DEPENDENCIES = \
102 libgnunetset.la 94 libgnunetset.la
103 95
104EXTRA_DIST = \ 96EXTRA_DIST = \