aboutsummaryrefslogtreecommitdiff
path: root/src/datacache
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/datacache
parente184df6030ab5c5374fe3b8a94482ff5a30c1580 (diff)
downloadgnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.tar.gz
gnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.zip
fixing parallel build, getting rid of useless _DEPENDENCIES declarations
Diffstat (limited to 'src/datacache')
-rw-r--r--src/datacache/Makefile.am18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am
index 941072396..74b6b74d4 100644
--- a/src/datacache/Makefile.am
+++ b/src/datacache/Makefile.am
@@ -130,63 +130,63 @@ test_datacache_sqlite_SOURCES = \
130 test_datacache.c 130 test_datacache.c
131test_datacache_sqlite_LDADD = \ 131test_datacache_sqlite_LDADD = \
132 $(top_builddir)/src/testing/libgnunettesting.la \ 132 $(top_builddir)/src/testing/libgnunettesting.la \
133 $(top_builddir)/src/datacache/libgnunetdatacache.la \ 133 libgnunetdatacache.la \
134 $(top_builddir)/src/util/libgnunetutil.la 134 $(top_builddir)/src/util/libgnunetutil.la
135 135
136test_datacache_quota_sqlite_SOURCES = \ 136test_datacache_quota_sqlite_SOURCES = \
137 test_datacache_quota.c 137 test_datacache_quota.c
138test_datacache_quota_sqlite_LDADD = \ 138test_datacache_quota_sqlite_LDADD = \
139 $(top_builddir)/src/testing/libgnunettesting.la \ 139 $(top_builddir)/src/testing/libgnunettesting.la \
140 $(top_builddir)/src/datacache/libgnunetdatacache.la \ 140 libgnunetdatacache.la \
141 $(top_builddir)/src/util/libgnunetutil.la 141 $(top_builddir)/src/util/libgnunetutil.la
142 142
143perf_datacache_sqlite_SOURCES = \ 143perf_datacache_sqlite_SOURCES = \
144 perf_datacache.c 144 perf_datacache.c
145perf_datacache_sqlite_LDADD = \ 145perf_datacache_sqlite_LDADD = \
146 $(top_builddir)/src/testing/libgnunettesting.la \ 146 $(top_builddir)/src/testing/libgnunettesting.la \
147 $(top_builddir)/src/datacache/libgnunetdatacache.la \ 147 libgnunetdatacache.la \
148 $(top_builddir)/src/util/libgnunetutil.la 148 $(top_builddir)/src/util/libgnunetutil.la
149 149
150test_datacache_heap_SOURCES = \ 150test_datacache_heap_SOURCES = \
151 test_datacache.c 151 test_datacache.c
152test_datacache_heap_LDADD = \ 152test_datacache_heap_LDADD = \
153 $(top_builddir)/src/testing/libgnunettesting.la \ 153 $(top_builddir)/src/testing/libgnunettesting.la \
154 $(top_builddir)/src/datacache/libgnunetdatacache.la \ 154 libgnunetdatacache.la \
155 $(top_builddir)/src/util/libgnunetutil.la 155 $(top_builddir)/src/util/libgnunetutil.la
156 156
157test_datacache_quota_heap_SOURCES = \ 157test_datacache_quota_heap_SOURCES = \
158 test_datacache_quota.c 158 test_datacache_quota.c
159test_datacache_quota_heap_LDADD = \ 159test_datacache_quota_heap_LDADD = \
160 $(top_builddir)/src/testing/libgnunettesting.la \ 160 $(top_builddir)/src/testing/libgnunettesting.la \
161 $(top_builddir)/src/datacache/libgnunetdatacache.la \ 161 libgnunetdatacache.la \
162 $(top_builddir)/src/util/libgnunetutil.la 162 $(top_builddir)/src/util/libgnunetutil.la
163 163
164perf_datacache_heap_SOURCES = \ 164perf_datacache_heap_SOURCES = \
165 perf_datacache.c 165 perf_datacache.c
166perf_datacache_heap_LDADD = \ 166perf_datacache_heap_LDADD = \
167 $(top_builddir)/src/testing/libgnunettesting.la \ 167 $(top_builddir)/src/testing/libgnunettesting.la \
168 $(top_builddir)/src/datacache/libgnunetdatacache.la \ 168 libgnunetdatacache.la \
169 $(top_builddir)/src/util/libgnunetutil.la 169 $(top_builddir)/src/util/libgnunetutil.la
170 170
171test_datacache_postgres_SOURCES = \ 171test_datacache_postgres_SOURCES = \
172 test_datacache.c 172 test_datacache.c
173test_datacache_postgres_LDADD = \ 173test_datacache_postgres_LDADD = \
174 $(top_builddir)/src/testing/libgnunettesting.la \ 174 $(top_builddir)/src/testing/libgnunettesting.la \
175 $(top_builddir)/src/datacache/libgnunetdatacache.la \ 175 libgnunetdatacache.la \
176 $(top_builddir)/src/util/libgnunetutil.la 176 $(top_builddir)/src/util/libgnunetutil.la
177 177
178test_datacache_quota_postgres_SOURCES = \ 178test_datacache_quota_postgres_SOURCES = \
179 test_datacache_quota.c 179 test_datacache_quota.c
180test_datacache_quota_postgres_LDADD = \ 180test_datacache_quota_postgres_LDADD = \
181 $(top_builddir)/src/testing/libgnunettesting.la \ 181 $(top_builddir)/src/testing/libgnunettesting.la \
182 $(top_builddir)/src/datacache/libgnunetdatacache.la \ 182 libgnunetdatacache.la \
183 $(top_builddir)/src/util/libgnunetutil.la 183 $(top_builddir)/src/util/libgnunetutil.la
184 184
185perf_datacache_postgres_SOURCES = \ 185perf_datacache_postgres_SOURCES = \
186 perf_datacache.c 186 perf_datacache.c
187perf_datacache_postgres_LDADD = \ 187perf_datacache_postgres_LDADD = \
188 $(top_builddir)/src/testing/libgnunettesting.la \ 188 $(top_builddir)/src/testing/libgnunettesting.la \
189 $(top_builddir)/src/datacache/libgnunetdatacache.la \ 189 libgnunetdatacache.la \
190 $(top_builddir)/src/util/libgnunetutil.la 190 $(top_builddir)/src/util/libgnunetutil.la
191 191
192EXTRA_DIST = \ 192EXTRA_DIST = \