aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-23 19:02:54 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-23 19:02:54 +0000
commite548255ba53e4ae6bc92054c9ce9ee0674d06d23 (patch)
tree36be45ef8aa82efab305814035b071ccf347488d /src
parent0bbed9dcf7dbdb3cb225e370b9eb3e792c2e0c82 (diff)
downloadgnunet-e548255ba53e4ae6bc92054c9ce9ee0674d06d23.tar.gz
gnunet-e548255ba53e4ae6bc92054c9ce9ee0674d06d23.zip
-fix build system issues
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/ats/Makefile.am89
-rw-r--r--src/conversation/Makefile.am3
-rw-r--r--src/include/Makefile.am7
-rw-r--r--src/mesh/Makefile.am14
-rw-r--r--src/set/Makefile.am11
-rw-r--r--src/testbed/Makefile.am16
-rw-r--r--src/transport/plugin_transport_tcp.c2
-rw-r--r--src/util/Makefile.am3
9 files changed, 78 insertions, 69 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index dcaedc1e8..94345a5bd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,6 +16,7 @@ if HAVE_EXPERIMENTAL
16 scalarproduct \ 16 scalarproduct \
17 multicast \ 17 multicast \
18 env \ 18 env \
19 psycstore \
19 psyc \ 20 psyc \
20 $(CONSENSUS) \ 21 $(CONSENSUS) \
21 $(SECRETSHARING) \ 22 $(SECRETSHARING) \
@@ -77,7 +78,6 @@ SUBDIRS = \
77 vpn \ 78 vpn \
78 gns \ 79 gns \
79 $(CONVERSATION_DIR) \ 80 $(CONVERSATION_DIR) \
80 psycstore \
81 fs \ 81 fs \
82 exit \ 82 exit \
83 pt \ 83 pt \
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index 964fd0c26..60300f07c 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -10,7 +10,7 @@ pkgcfg_DATA = \
10 ats.conf 10 ats.conf
11 11
12if MINGW 12if MINGW
13 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 13 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
14endif 14endif
15 15
16if USE_COVERAGE 16if USE_COVERAGE
@@ -39,7 +39,7 @@ plugin_LTLIBRARIES = \
39 39
40libgnunetats_la_SOURCES = \ 40libgnunetats_la_SOURCES = \
41 ats_api_scheduling.c \ 41 ats_api_scheduling.c \
42 ats_api_performance.c 42 ats_api_performance.c
43libgnunetats_la_LIBADD = \ 43libgnunetats_la_LIBADD = \
44 $(top_builddir)/src/util/libgnunetutil.la \ 44 $(top_builddir)/src/util/libgnunetutil.la \
45 $(LTLIBINTL) 45 $(LTLIBINTL)
@@ -55,7 +55,7 @@ libgnunet_plugin_ats_proportional_la_LIBADD = \
55 $(top_builddir)/src/util/libgnunetutil.la \ 55 $(top_builddir)/src/util/libgnunetutil.la \
56 $(LTLIBINTL) 56 $(LTLIBINTL)
57libgnunet_plugin_ats_proportional_la_DEPENDENCIES = \ 57libgnunet_plugin_ats_proportional_la_DEPENDENCIES = \
58 libgnunetats.la 58 libgnunetats.la
59libgnunet_plugin_ats_proportional_la_LDFLAGS = \ 59libgnunet_plugin_ats_proportional_la_LDFLAGS = \
60 $(GN_PLUGIN_LDFLAGS) 60 $(GN_PLUGIN_LDFLAGS)
61 61
@@ -138,7 +138,7 @@ TESTING_TESTS = \
138 test_ats_solver_alternative_after_delete_address_ril \ 138 test_ats_solver_alternative_after_delete_address_ril \
139 perf_ats_solver_proportional \ 139 perf_ats_solver_proportional \
140 $(GN_MLP_SOLVER_PERF) \ 140 $(GN_MLP_SOLVER_PERF) \
141 perf_ats_solver_ril 141 perf_ats_solver_ril
142endif 142endif
143 143
144check_PROGRAMS = \ 144check_PROGRAMS = \
@@ -157,7 +157,7 @@ test_ats_api_scheduling_init_LDADD = \
157 $(top_builddir)/src/util/libgnunetutil.la \ 157 $(top_builddir)/src/util/libgnunetutil.la \
158 $(top_builddir)/src/testing/libgnunettesting.la \ 158 $(top_builddir)/src/testing/libgnunettesting.la \
159 $(top_builddir)/src/ats/libgnunetats.la \ 159 $(top_builddir)/src/ats/libgnunetats.la \
160 $(top_builddir)/src/statistics/libgnunetstatistics.la 160 $(top_builddir)/src/statistics/libgnunetstatistics.la
161 161
162test_ats_api_scheduling_add_address_SOURCES = \ 162test_ats_api_scheduling_add_address_SOURCES = \
163 test_ats_api_scheduling_add_address.c \ 163 test_ats_api_scheduling_add_address.c \
@@ -166,7 +166,7 @@ test_ats_api_scheduling_add_address_LDADD = \
166 $(top_builddir)/src/util/libgnunetutil.la \ 166 $(top_builddir)/src/util/libgnunetutil.la \
167 $(top_builddir)/src/testing/libgnunettesting.la \ 167 $(top_builddir)/src/testing/libgnunettesting.la \
168 $(top_builddir)/src/ats/libgnunetats.la \ 168 $(top_builddir)/src/ats/libgnunetats.la \
169 $(top_builddir)/src/statistics/libgnunetstatistics.la 169 $(top_builddir)/src/statistics/libgnunetstatistics.la
170 170
171test_ats_api_scheduling_add_address_inbound_SOURCES = \ 171test_ats_api_scheduling_add_address_inbound_SOURCES = \
172 test_ats_api_scheduling_add_address_inbound.c \ 172 test_ats_api_scheduling_add_address_inbound.c \
@@ -175,7 +175,7 @@ test_ats_api_scheduling_add_address_inbound_LDADD = \
175 $(top_builddir)/src/util/libgnunetutil.la \ 175 $(top_builddir)/src/util/libgnunetutil.la \
176 $(top_builddir)/src/testing/libgnunettesting.la \ 176 $(top_builddir)/src/testing/libgnunettesting.la \
177 $(top_builddir)/src/ats/libgnunetats.la \ 177 $(top_builddir)/src/ats/libgnunetats.la \
178 $(top_builddir)/src/statistics/libgnunetstatistics.la 178 $(top_builddir)/src/statistics/libgnunetstatistics.la
179 179
180test_ats_api_scheduling_add_address_duplicate_SOURCES = \ 180test_ats_api_scheduling_add_address_duplicate_SOURCES = \
181 test_ats_api_scheduling_add_address_duplicate.c \ 181 test_ats_api_scheduling_add_address_duplicate.c \
@@ -184,7 +184,7 @@ test_ats_api_scheduling_add_address_duplicate_LDADD = \
184 $(top_builddir)/src/util/libgnunetutil.la \ 184 $(top_builddir)/src/util/libgnunetutil.la \
185 $(top_builddir)/src/testing/libgnunettesting.la \ 185 $(top_builddir)/src/testing/libgnunettesting.la \
186 $(top_builddir)/src/ats/libgnunetats.la \ 186 $(top_builddir)/src/ats/libgnunetats.la \
187 $(top_builddir)/src/statistics/libgnunetstatistics.la 187 $(top_builddir)/src/statistics/libgnunetstatistics.la
188 188
189test_ats_api_scheduling_destroy_address_SOURCES = \ 189test_ats_api_scheduling_destroy_address_SOURCES = \
190 test_ats_api_scheduling_destroy_address.c \ 190 test_ats_api_scheduling_destroy_address.c \
@@ -193,7 +193,7 @@ test_ats_api_scheduling_destroy_address_LDADD = \
193 $(top_builddir)/src/util/libgnunetutil.la \ 193 $(top_builddir)/src/util/libgnunetutil.la \
194 $(top_builddir)/src/testing/libgnunettesting.la \ 194 $(top_builddir)/src/testing/libgnunettesting.la \
195 $(top_builddir)/src/ats/libgnunetats.la \ 195 $(top_builddir)/src/ats/libgnunetats.la \
196 $(top_builddir)/src/statistics/libgnunetstatistics.la 196 $(top_builddir)/src/statistics/libgnunetstatistics.la
197 197
198test_ats_api_scheduling_destroy_address_twice_SOURCES = \ 198test_ats_api_scheduling_destroy_address_twice_SOURCES = \
199 test_ats_api_scheduling_destroy_address_twice.c \ 199 test_ats_api_scheduling_destroy_address_twice.c \
@@ -202,7 +202,7 @@ test_ats_api_scheduling_destroy_address_twice_LDADD = \
202 $(top_builddir)/src/util/libgnunetutil.la \ 202 $(top_builddir)/src/util/libgnunetutil.la \
203 $(top_builddir)/src/testing/libgnunettesting.la \ 203 $(top_builddir)/src/testing/libgnunettesting.la \
204 $(top_builddir)/src/ats/libgnunetats.la \ 204 $(top_builddir)/src/ats/libgnunetats.la \
205 $(top_builddir)/src/statistics/libgnunetstatistics.la 205 $(top_builddir)/src/statistics/libgnunetstatistics.la
206 206
207test_ats_api_scheduling_add_session_SOURCES = \ 207test_ats_api_scheduling_add_session_SOURCES = \
208 test_ats_api_scheduling_add_session.c test_ats_api_common.c 208 test_ats_api_scheduling_add_session.c test_ats_api_common.c
@@ -210,7 +210,7 @@ test_ats_api_scheduling_add_session_LDADD = \
210 $(top_builddir)/src/util/libgnunetutil.la \ 210 $(top_builddir)/src/util/libgnunetutil.la \
211 $(top_builddir)/src/testing/libgnunettesting.la \ 211 $(top_builddir)/src/testing/libgnunettesting.la \
212 $(top_builddir)/src/ats/libgnunetats.la \ 212 $(top_builddir)/src/ats/libgnunetats.la \
213 $(top_builddir)/src/statistics/libgnunetstatistics.la 213 $(top_builddir)/src/statistics/libgnunetstatistics.la
214 214
215test_ats_api_scheduling_destroy_session_SOURCES = \ 215test_ats_api_scheduling_destroy_session_SOURCES = \
216 test_ats_api_scheduling_destroy_session.c test_ats_api_common.c 216 test_ats_api_scheduling_destroy_session.c test_ats_api_common.c
@@ -218,7 +218,7 @@ test_ats_api_scheduling_destroy_session_LDADD = \
218 $(top_builddir)/src/util/libgnunetutil.la \ 218 $(top_builddir)/src/util/libgnunetutil.la \
219 $(top_builddir)/src/testing/libgnunettesting.la \ 219 $(top_builddir)/src/testing/libgnunettesting.la \
220 $(top_builddir)/src/ats/libgnunetats.la \ 220 $(top_builddir)/src/ats/libgnunetats.la \
221 $(top_builddir)/src/statistics/libgnunetstatistics.la 221 $(top_builddir)/src/statistics/libgnunetstatistics.la
222 222
223# performance API tests 223# performance API tests
224 224
@@ -239,7 +239,7 @@ test_ats_api_performance_list_peer_addresses_LDADD = \
239 $(top_builddir)/src/hello/libgnunethello.la \ 239 $(top_builddir)/src/hello/libgnunethello.la \
240 $(top_builddir)/src/ats/libgnunetats.la \ 240 $(top_builddir)/src/ats/libgnunetats.la \
241 $(top_builddir)/src/statistics/libgnunetstatistics.la 241 $(top_builddir)/src/statistics/libgnunetstatistics.la
242 242
243test_ats_api_performance_list_all_addresses_active_SOURCES = \ 243test_ats_api_performance_list_all_addresses_active_SOURCES = \
244 test_ats_api_performance_list_all_addresses_active.c 244 test_ats_api_performance_list_all_addresses_active.c
245test_ats_api_performance_list_all_addresses_active_LDADD = \ 245test_ats_api_performance_list_all_addresses_active_LDADD = \
@@ -257,16 +257,16 @@ test_ats_api_performance_monitor_LDADD = \
257 $(top_builddir)/src/hello/libgnunethello.la \ 257 $(top_builddir)/src/hello/libgnunethello.la \
258 $(top_builddir)/src/ats/libgnunetats.la \ 258 $(top_builddir)/src/ats/libgnunetats.la \
259 $(top_builddir)/src/statistics/libgnunetstatistics.la 259 $(top_builddir)/src/statistics/libgnunetstatistics.la
260 260
261test_ats_api_performance_monitor_initial_callback_SOURCES = \ 261test_ats_api_performance_monitor_initial_callback_SOURCES = \
262 test_ats_api_performance_monitor_initial_callback.c 262 test_ats_api_performance_monitor_initial_callback.c
263test_ats_api_performance_monitor_initial_callback_LDADD = \ 263test_ats_api_performance_monitor_initial_callback_LDADD = \
264 $(top_builddir)/src/util/libgnunetutil.la \ 264 $(top_builddir)/src/util/libgnunetutil.la \
265 $(top_builddir)/src/testing/libgnunettesting.la \ 265 $(top_builddir)/src/testing/libgnunettesting.la \
266 $(top_builddir)/src/hello/libgnunethello.la \ 266 $(top_builddir)/src/hello/libgnunethello.la \
267 $(top_builddir)/src/ats/libgnunetats.la \ 267 $(top_builddir)/src/ats/libgnunetats.la \
268 $(top_builddir)/src/statistics/libgnunetstatistics.la 268 $(top_builddir)/src/statistics/libgnunetstatistics.la
269 269
270# solver tests 270# solver tests
271test_ats_solver_add_address_proportional_SOURCES = \ 271test_ats_solver_add_address_proportional_SOURCES = \
272 test_ats_solver_add_address.c \ 272 test_ats_solver_add_address.c \
@@ -277,8 +277,8 @@ test_ats_solver_add_address_proportional_LDADD = \
277 $(top_builddir)/src/hello/libgnunethello.la \ 277 $(top_builddir)/src/hello/libgnunethello.la \
278 $(top_builddir)/src/ats/libgnunetats.la \ 278 $(top_builddir)/src/ats/libgnunetats.la \
279 $(top_builddir)/src/statistics/libgnunetstatistics.la 279 $(top_builddir)/src/statistics/libgnunetstatistics.la
280 280
281if HAVE_LIBGLPK 281if HAVE_LIBGLPK
282test_ats_solver_add_address_mlp_SOURCES = \ 282test_ats_solver_add_address_mlp_SOURCES = \
283 test_ats_solver_add_address.c \ 283 test_ats_solver_add_address.c \
284 test_ats_api_common.c test_ats_api_common.h 284 test_ats_api_common.c test_ats_api_common.h
@@ -288,8 +288,8 @@ test_ats_solver_add_address_mlp_LDADD = \
288 $(top_builddir)/src/hello/libgnunethello.la \ 288 $(top_builddir)/src/hello/libgnunethello.la \
289 $(top_builddir)/src/ats/libgnunetats.la \ 289 $(top_builddir)/src/ats/libgnunetats.la \
290 $(top_builddir)/src/statistics/libgnunetstatistics.la 290 $(top_builddir)/src/statistics/libgnunetstatistics.la
291endif 291endif
292 292
293test_ats_solver_add_address_ril_SOURCES = \ 293test_ats_solver_add_address_ril_SOURCES = \
294 test_ats_solver_add_address.c \ 294 test_ats_solver_add_address.c \
295 test_ats_api_common.c test_ats_api_common.h 295 test_ats_api_common.c test_ats_api_common.h
@@ -299,7 +299,7 @@ test_ats_solver_add_address_ril_LDADD = \
299 $(top_builddir)/src/hello/libgnunethello.la \ 299 $(top_builddir)/src/hello/libgnunethello.la \
300 $(top_builddir)/src/ats/libgnunetats.la \ 300 $(top_builddir)/src/ats/libgnunetats.la \
301 $(top_builddir)/src/statistics/libgnunetstatistics.la 301 $(top_builddir)/src/statistics/libgnunetstatistics.la
302 302
303test_ats_solver_add_address_and_request_proportional_SOURCES = \ 303test_ats_solver_add_address_and_request_proportional_SOURCES = \
304 test_ats_solver_add_address_and_request.c \ 304 test_ats_solver_add_address_and_request.c \
305 test_ats_api_common.c test_ats_api_common.h 305 test_ats_api_common.c test_ats_api_common.h
@@ -309,8 +309,8 @@ test_ats_solver_add_address_and_request_proportional_LDADD = \
309 $(top_builddir)/src/hello/libgnunethello.la \ 309 $(top_builddir)/src/hello/libgnunethello.la \
310 $(top_builddir)/src/ats/libgnunetats.la \ 310 $(top_builddir)/src/ats/libgnunetats.la \
311 $(top_builddir)/src/statistics/libgnunetstatistics.la 311 $(top_builddir)/src/statistics/libgnunetstatistics.la
312 312
313if HAVE_LIBGLPK 313if HAVE_LIBGLPK
314test_ats_solver_add_address_and_request_mlp_SOURCES = \ 314test_ats_solver_add_address_and_request_mlp_SOURCES = \
315 test_ats_solver_add_address_and_request.c \ 315 test_ats_solver_add_address_and_request.c \
316 test_ats_api_common.c test_ats_api_common.h 316 test_ats_api_common.c test_ats_api_common.h
@@ -320,8 +320,8 @@ test_ats_solver_add_address_and_request_mlp_LDADD = \
320 $(top_builddir)/src/hello/libgnunethello.la \ 320 $(top_builddir)/src/hello/libgnunethello.la \
321 $(top_builddir)/src/ats/libgnunetats.la \ 321 $(top_builddir)/src/ats/libgnunetats.la \
322 $(top_builddir)/src/statistics/libgnunetstatistics.la 322 $(top_builddir)/src/statistics/libgnunetstatistics.la
323endif 323endif
324 324
325test_ats_solver_add_address_and_request_ril_SOURCES = \ 325test_ats_solver_add_address_and_request_ril_SOURCES = \
326 test_ats_solver_add_address_and_request.c \ 326 test_ats_solver_add_address_and_request.c \
327 test_ats_api_common.c test_ats_api_common.h 327 test_ats_api_common.c test_ats_api_common.h
@@ -342,8 +342,8 @@ test_ats_solver_request_and_add_address_proportional_LDADD = \
342 $(top_builddir)/src/hello/libgnunethello.la \ 342 $(top_builddir)/src/hello/libgnunethello.la \
343 $(top_builddir)/src/ats/libgnunetats.la \ 343 $(top_builddir)/src/ats/libgnunetats.la \
344 $(top_builddir)/src/statistics/libgnunetstatistics.la 344 $(top_builddir)/src/statistics/libgnunetstatistics.la
345 345
346if HAVE_LIBGLPK 346if HAVE_LIBGLPK
347test_ats_solver_request_and_add_address_mlp_SOURCES = \ 347test_ats_solver_request_and_add_address_mlp_SOURCES = \
348 test_ats_solver_request_and_add_address.c \ 348 test_ats_solver_request_and_add_address.c \
349 test_ats_api_common.c test_ats_api_common.h 349 test_ats_api_common.c test_ats_api_common.h
@@ -353,8 +353,8 @@ test_ats_solver_request_and_add_address_mlp_LDADD = \
353 $(top_builddir)/src/hello/libgnunethello.la \ 353 $(top_builddir)/src/hello/libgnunethello.la \
354 $(top_builddir)/src/ats/libgnunetats.la \ 354 $(top_builddir)/src/ats/libgnunetats.la \
355 $(top_builddir)/src/statistics/libgnunetstatistics.la 355 $(top_builddir)/src/statistics/libgnunetstatistics.la
356endif 356endif
357 357
358test_ats_solver_request_and_add_address_ril_SOURCES = \ 358test_ats_solver_request_and_add_address_ril_SOURCES = \
359 test_ats_solver_request_and_add_address.c \ 359 test_ats_solver_request_and_add_address.c \
360 test_ats_api_common.c test_ats_api_common.h 360 test_ats_api_common.c test_ats_api_common.h
@@ -375,8 +375,8 @@ test_ats_solver_request_and_delete_address_proportional_LDADD = \
375 $(top_builddir)/src/hello/libgnunethello.la \ 375 $(top_builddir)/src/hello/libgnunethello.la \
376 $(top_builddir)/src/ats/libgnunetats.la \ 376 $(top_builddir)/src/ats/libgnunetats.la \
377 $(top_builddir)/src/statistics/libgnunetstatistics.la 377 $(top_builddir)/src/statistics/libgnunetstatistics.la
378 378
379if HAVE_LIBGLPK 379if HAVE_LIBGLPK
380test_ats_solver_request_and_delete_address_mlp_SOURCES = \ 380test_ats_solver_request_and_delete_address_mlp_SOURCES = \
381 test_ats_solver_request_and_delete_address.c \ 381 test_ats_solver_request_and_delete_address.c \
382 test_ats_api_common.c test_ats_api_common.h 382 test_ats_api_common.c test_ats_api_common.h
@@ -386,8 +386,8 @@ test_ats_solver_request_and_delete_address_mlp_LDADD = \
386 $(top_builddir)/src/hello/libgnunethello.la \ 386 $(top_builddir)/src/hello/libgnunethello.la \
387 $(top_builddir)/src/ats/libgnunetats.la \ 387 $(top_builddir)/src/ats/libgnunetats.la \
388 $(top_builddir)/src/statistics/libgnunetstatistics.la 388 $(top_builddir)/src/statistics/libgnunetstatistics.la
389endif 389endif
390 390
391test_ats_solver_request_and_delete_address_ril_SOURCES = \ 391test_ats_solver_request_and_delete_address_ril_SOURCES = \
392 test_ats_solver_request_and_delete_address.c \ 392 test_ats_solver_request_and_delete_address.c \
393 test_ats_api_common.c test_ats_api_common.h 393 test_ats_api_common.c test_ats_api_common.h
@@ -418,8 +418,8 @@ test_ats_solver_preferences_proportional_LDADD = \
418 $(top_builddir)/src/hello/libgnunethello.la \ 418 $(top_builddir)/src/hello/libgnunethello.la \
419 $(top_builddir)/src/ats/libgnunetats.la \ 419 $(top_builddir)/src/ats/libgnunetats.la \
420 $(top_builddir)/src/statistics/libgnunetstatistics.la 420 $(top_builddir)/src/statistics/libgnunetstatistics.la
421 421
422if HAVE_LIBGLPK 422if HAVE_LIBGLPK
423test_ats_solver_alternative_after_delete_address_mlp_SOURCES = \ 423test_ats_solver_alternative_after_delete_address_mlp_SOURCES = \
424 test_ats_solver_alternative_after_delete_address.c \ 424 test_ats_solver_alternative_after_delete_address.c \
425 test_ats_api_common.c test_ats_api_common.h 425 test_ats_api_common.c test_ats_api_common.h
@@ -429,7 +429,7 @@ test_ats_solver_alternative_after_delete_address_mlp_LDADD = \
429 $(top_builddir)/src/hello/libgnunethello.la \ 429 $(top_builddir)/src/hello/libgnunethello.la \
430 $(top_builddir)/src/ats/libgnunetats.la \ 430 $(top_builddir)/src/ats/libgnunetats.la \
431 $(top_builddir)/src/statistics/libgnunetstatistics.la 431 $(top_builddir)/src/statistics/libgnunetstatistics.la
432 432
433test_ats_solver_preferences_mlp_SOURCES = \ 433test_ats_solver_preferences_mlp_SOURCES = \
434 test_ats_solver_preferences.c \ 434 test_ats_solver_preferences.c \
435 test_ats_api_common.c test_ats_api_common.h 435 test_ats_api_common.c test_ats_api_common.h
@@ -439,8 +439,8 @@ test_ats_solver_preferences_mlp_LDADD = \
439 $(top_builddir)/src/hello/libgnunethello.la \ 439 $(top_builddir)/src/hello/libgnunethello.la \
440 $(top_builddir)/src/ats/libgnunetats.la \ 440 $(top_builddir)/src/ats/libgnunetats.la \
441 $(top_builddir)/src/statistics/libgnunetstatistics.la 441 $(top_builddir)/src/statistics/libgnunetstatistics.la
442endif 442endif
443 443
444test_ats_solver_alternative_after_delete_address_ril_SOURCES = \ 444test_ats_solver_alternative_after_delete_address_ril_SOURCES = \
445 test_ats_solver_alternative_after_delete_address.c \ 445 test_ats_solver_alternative_after_delete_address.c \
446 test_ats_api_common.c test_ats_api_common.h 446 test_ats_api_common.c test_ats_api_common.h
@@ -457,7 +457,7 @@ test_ats_solver_alternative_after_delete_address_ril_LDADD = \
457# $(GN_LIBGLPK) \ 457# $(GN_LIBGLPK) \
458# $(top_builddir)/src/util/libgnunetutil.la \ 458# $(top_builddir)/src/util/libgnunetutil.la \
459# $(top_builddir)/src/statistics/libgnunetstatistics.la \ 459# $(top_builddir)/src/statistics/libgnunetstatistics.la \
460# $(top_builddir)/src/ats/libgnunetats.la 460# $(top_builddir)/src/ats/libgnunetats.la
461 461
462perf_ats_solver_mlp_SOURCES = \ 462perf_ats_solver_mlp_SOURCES = \
463 perf_ats_solver.c test_ats_api_common.c gnunet-service-ats_normalization.c 463 perf_ats_solver.c test_ats_api_common.c gnunet-service-ats_normalization.c
@@ -465,7 +465,7 @@ perf_ats_solver_mlp_LDADD = \
465 $(GN_LIBGLPK) \ 465 $(GN_LIBGLPK) \
466 $(top_builddir)/src/util/libgnunetutil.la \ 466 $(top_builddir)/src/util/libgnunetutil.la \
467 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 467 $(top_builddir)/src/statistics/libgnunetstatistics.la \
468 $(top_builddir)/src/ats/libgnunetats.la 468 $(top_builddir)/src/ats/libgnunetats.la
469 469
470perf_ats_solver_proportional_SOURCES = \ 470perf_ats_solver_proportional_SOURCES = \
471 perf_ats_solver.c test_ats_api_common.c gnunet-service-ats_normalization.c 471 perf_ats_solver.c test_ats_api_common.c gnunet-service-ats_normalization.c
@@ -473,7 +473,7 @@ perf_ats_solver_proportional_LDADD = \
473 $(GN_LIBGLPK) \ 473 $(GN_LIBGLPK) \
474 $(top_builddir)/src/util/libgnunetutil.la \ 474 $(top_builddir)/src/util/libgnunetutil.la \
475 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 475 $(top_builddir)/src/statistics/libgnunetstatistics.la \
476 $(top_builddir)/src/ats/libgnunetats.la 476 $(top_builddir)/src/ats/libgnunetats.la
477 477
478perf_ats_solver_ril_SOURCES = \ 478perf_ats_solver_ril_SOURCES = \
479 perf_ats_solver.c test_ats_api_common.c gnunet-service-ats_normalization.c 479 perf_ats_solver.c test_ats_api_common.c gnunet-service-ats_normalization.c
@@ -481,7 +481,7 @@ perf_ats_solver_ril_LDADD = \
481 $(GN_LIBGLPK) \ 481 $(GN_LIBGLPK) \
482 $(top_builddir)/src/util/libgnunetutil.la \ 482 $(top_builddir)/src/util/libgnunetutil.la \
483 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 483 $(top_builddir)/src/statistics/libgnunetstatistics.la \
484 $(top_builddir)/src/ats/libgnunetats.la 484 $(top_builddir)/src/ats/libgnunetats.la
485 485
486test_ats_solver_preferences_ril_SOURCES = \ 486test_ats_solver_preferences_ril_SOURCES = \
487 test_ats_solver_preferences.c \ 487 test_ats_solver_preferences.c \
@@ -492,7 +492,7 @@ test_ats_solver_preferences_ril_LDADD = \
492 $(top_builddir)/src/hello/libgnunethello.la \ 492 $(top_builddir)/src/hello/libgnunethello.la \
493 $(top_builddir)/src/ats/libgnunetats.la \ 493 $(top_builddir)/src/ats/libgnunetats.la \
494 $(top_builddir)/src/statistics/libgnunetstatistics.la 494 $(top_builddir)/src/statistics/libgnunetstatistics.la
495 495
496test_ats_solver_convergence_ril_SOURCES = \ 496test_ats_solver_convergence_ril_SOURCES = \
497 test_ats_solver_convergence.c \ 497 test_ats_solver_convergence.c \
498 test_ats_api_common.c test_ats_api_common.h 498 test_ats_api_common.c test_ats_api_common.h
@@ -505,6 +505,9 @@ test_ats_solver_convergence_ril_LDADD = \
505 505
506EXTRA_DIST = \ 506EXTRA_DIST = \
507 ats.h \ 507 ats.h \
508 plugin_ats_proportional.h \
509 plugin_ats_mlp.h \
510 plugin_ats_ril.h \
508 test_ats_api.conf \ 511 test_ats_api.conf \
509 test_ats_mlp.conf \ 512 test_ats_mlp.conf \
510 test_ats_solver_default.conf \ 513 test_ats_solver_default.conf \
diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am
index da5702653..e455ba45e 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -48,7 +48,8 @@ libgnunetspeaker_la_LDFLAGS = \
48 48
49libgnunetconversation_la_SOURCES = \ 49libgnunetconversation_la_SOURCES = \
50 conversation_api.c \ 50 conversation_api.c \
51 conversation_api_call.c 51 conversation_api_call.c \
52 conversation.h
52libgnunetconversation_la_LIBADD = \ 53libgnunetconversation_la_LIBADD = \
53 $(top_builddir)/src/gns/libgnunetgns.la \ 54 $(top_builddir)/src/gns/libgnunetgns.la \
54 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 55 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 5b5783146..e55f0aca6 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -18,6 +18,7 @@ gnunetinclude_HEADERS = \
18 gnunet_applications.h \ 18 gnunet_applications.h \
19 gnunet_arm_service.h \ 19 gnunet_arm_service.h \
20 gnunet_ats_service.h \ 20 gnunet_ats_service.h \
21 gnunet_ats_plugin.h \
21 gnunet_bandwidth_lib.h \ 22 gnunet_bandwidth_lib.h \
22 gnunet_bio_lib.h \ 23 gnunet_bio_lib.h \
23 gnunet_block_lib.h \ 24 gnunet_block_lib.h \
@@ -41,6 +42,7 @@ gnunetinclude_HEADERS = \
41 gnunet_dnsstub_lib.h \ 42 gnunet_dnsstub_lib.h \
42 gnunet_dns_service.h \ 43 gnunet_dns_service.h \
43 gnunet_dv_service.h \ 44 gnunet_dv_service.h \
45 gnunet_env_lib.h \
44 gnunet_fragmentation_lib.h \ 46 gnunet_fragmentation_lib.h \
45 gnunet_friends_lib.h \ 47 gnunet_friends_lib.h \
46 gnunet_fs_service.h \ 48 gnunet_fs_service.h \
@@ -54,6 +56,7 @@ gnunetinclude_HEADERS = \
54 gnunet_load_lib.h \ 56 gnunet_load_lib.h \
55 gnunet_mesh_service.h \ 57 gnunet_mesh_service.h \
56 gnunet_microphone_lib.h \ 58 gnunet_microphone_lib.h \
59 gnunet_multicast_service.h \
57 gnunet_mq_lib.h \ 60 gnunet_mq_lib.h \
58 gnunet_mysql_lib.h \ 61 gnunet_mysql_lib.h \
59 gnunet_namecache_plugin.h \ 62 gnunet_namecache_plugin.h \
@@ -68,6 +71,9 @@ gnunetinclude_HEADERS = \
68 gnunet_peerinfo_service.h \ 71 gnunet_peerinfo_service.h \
69 gnunet_plugin_lib.h \ 72 gnunet_plugin_lib.h \
70 gnunet_postgres_lib.h \ 73 gnunet_postgres_lib.h \
74 gnunet_psycstore_plugin.h \
75 gnunet_psycstore_service.h \
76 gnunet_psyc_service.h \
71 gnunet_program_lib.h \ 77 gnunet_program_lib.h \
72 gnunet_protocols.h \ 78 gnunet_protocols.h \
73 gnunet_resolver_service.h \ 79 gnunet_resolver_service.h \
@@ -77,6 +83,7 @@ gnunetinclude_HEADERS = \
77 gnunet_scheduler_lib.h \ 83 gnunet_scheduler_lib.h \
78 gnunet_server_lib.h \ 84 gnunet_server_lib.h \
79 gnunet_service_lib.h \ 85 gnunet_service_lib.h \
86 gnunet_set_service.h \
80 gnunet_signal_lib.h \ 87 gnunet_signal_lib.h \
81 gnunet_signatures.h \ 88 gnunet_signatures.h \
82 gnunet_speaker_lib.h \ 89 gnunet_speaker_lib.h \
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index a81ac4589..ffcee8c0e 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -63,13 +63,13 @@ gnunet_mesh_DEPENDENCIES = \
63 libgnunetmesh.la 63 libgnunetmesh.la
64 64
65gnunet_service_mesh_SOURCES = \ 65gnunet_service_mesh_SOURCES = \
66 gnunet-service-mesh_tunnel.c \ 66 gnunet-service-mesh_tunnel.c gnunet-service-mesh_tunnel.h \
67 gnunet-service-mesh_connection.c \ 67 gnunet-service-mesh_connection.c gnunet-service-mesh_connection.h \
68 gnunet-service-mesh_channel.c \ 68 gnunet-service-mesh_channel.c gnunet-service-mesh_channel.h \
69 gnunet-service-mesh_local.c \ 69 gnunet-service-mesh_local.c gnunet-service-mesh_local.h \
70 gnunet-service-mesh_peer.c \ 70 gnunet-service-mesh_peer.c gnunet-service-mesh_peer.h \
71 gnunet-service-mesh_dht.c \ 71 gnunet-service-mesh_dht.c gnunet-service-mesh_dht.h \
72 mesh_path.c \ 72 mesh_path.c mesh_path.h \
73 mesh_common.c \ 73 mesh_common.c \
74 gnunet-service-mesh.c 74 gnunet-service-mesh.c
75gnunet_service_mesh_CFLAGS = $(AM_CFLAGS) 75gnunet_service_mesh_CFLAGS = $(AM_CFLAGS)
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index a2ca25f94..124818ce4 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -8,7 +8,7 @@ pkgcfg_DATA = \
8 set.conf 8 set.conf
9 9
10if MINGW 10if MINGW
11 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 11 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
12endif 12endif
13 13
14if USE_COVERAGE 14if USE_COVERAGE
@@ -43,11 +43,12 @@ gnunet_set_ibf_profiler_LDADD = \
43 $(GN_LIBINTL) 43 $(GN_LIBINTL)
44 44
45gnunet_service_set_SOURCES = \ 45gnunet_service_set_SOURCES = \
46 gnunet-service-set.c \ 46 gnunet-service-set.c gnunet-service-set.h \
47 gnunet-service-set_union.c \ 47 gnunet-service-set_union.c \
48 gnunet-service-set_intersection.c \ 48 gnunet-service-set_intersection.c \
49 ibf.c \ 49 ibf.c ibf.h \
50 strata_estimator.c 50 strata_estimator.c strata_estimator.h \
51 set_protocol.h
51gnunet_service_set_LDADD = \ 52gnunet_service_set_LDADD = \
52 $(top_builddir)/src/util/libgnunetutil.la \ 53 $(top_builddir)/src/util/libgnunetutil.la \
53 $(top_builddir)/src/core/libgnunetcore.la \ 54 $(top_builddir)/src/core/libgnunetcore.la \
@@ -56,7 +57,7 @@ gnunet_service_set_LDADD = \
56 $(GN_LIBINTL) 57 $(GN_LIBINTL)
57 58
58libgnunetset_la_SOURCES = \ 59libgnunetset_la_SOURCES = \
59 set_api.c 60 set_api.c set.h
60libgnunetset_la_LIBADD = \ 61libgnunetset_la_LIBADD = \
61 $(top_builddir)/src/util/libgnunetutil.la \ 62 $(top_builddir)/src/util/libgnunetutil.la \
62 $(LTLIBINTL) 63 $(LTLIBINTL)
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 57ea49a00..c52fc1f16 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -26,19 +26,15 @@ bin_PROGRAMS = \
26 gnunet-testbed-profiler 26 gnunet-testbed-profiler
27 27
28gnunet_service_testbed_SOURCES = \ 28gnunet_service_testbed_SOURCES = \
29 gnunet-service-testbed.h \ 29 gnunet-service-testbed.c gnunet-service-testbed.h \
30 gnunet-service-testbed.c \ 30 gnunet-service-testbed_links.c gnunet-service-testbed_links.h \
31 gnunet-service-testbed_links.c \
32 gnunet-service-testbed_peers.c \ 31 gnunet-service-testbed_peers.c \
33 gnunet-service-testbed_cache.c \ 32 gnunet-service-testbed_cache.c \
34 gnunet-service-testbed_oc.c \ 33 gnunet-service-testbed_oc.c \
35 gnunet-service-testbed_cpustatus.c \ 34 gnunet-service-testbed_cpustatus.c \
36 gnunet-service-testbed_meminfo.c \ 35 gnunet-service-testbed_meminfo.c gnunet-service-testbed_meminfo.h \
37 gnunet-service-testbed_meminfo.h \ 36 gnunet-service-testbed_barriers.c gnunet-service-testbed_barriers.h \
38 gnunet-service-testbed_barriers.c \ 37 gnunet-service-testbed_connectionpool.c gnunet-service-testbed_connectionpool.h
39 gnunet-service-testbed_barriers.h \
40 gnunet-service-testbed_connectionpool.c \
41 gnunet-service-testbed_connectionpool.h
42gnunet_service_testbed_LDADD = $(XLIB) \ 38gnunet_service_testbed_LDADD = $(XLIB) \
43 $(top_builddir)/src/util/libgnunetutil.la \ 39 $(top_builddir)/src/util/libgnunetutil.la \
44 $(top_builddir)/src/core/libgnunetcore.la \ 40 $(top_builddir)/src/core/libgnunetcore.la \
@@ -102,7 +98,7 @@ libgnunettestbed_la_SOURCES = \
102 testbed_api_test.c \ 98 testbed_api_test.c \
103 testbed_api_topology.c testbed_api_topology.h \ 99 testbed_api_topology.c testbed_api_topology.h \
104 testbed_api_sd.c testbed_api_sd.h \ 100 testbed_api_sd.c testbed_api_sd.h \
105 testbed_api_barriers.c 101 testbed_api_barriers.c testbed_api_barriers.h
106libgnunettestbed_la_LIBADD = $(XLIB) \ 102libgnunettestbed_la_LIBADD = $(XLIB) \
107 $(top_builddir)/src/core/libgnunetcore.la \ 103 $(top_builddir)/src/core/libgnunetcore.la \
108 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 104 $(top_builddir)/src/statistics/libgnunetstatistics.la \
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index c77d82812..7e3970aaa 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -1936,7 +1936,7 @@ check_port (struct Plugin *plugin, uint16_t in_port)
1936 * traffic to a 3rd party that might try to man-in-the-middle our 1936 * traffic to a 3rd party that might try to man-in-the-middle our
1937 * traffic. 1937 * traffic.
1938 * 1938 *
1939 * @param cls closure, our 'struct Plugin*' 1939 * @param cls closure, our `struct Plugin *`
1940 * @param addr pointer to the address 1940 * @param addr pointer to the address
1941 * @param addrlen length of addr 1941 * @param addrlen length of addr
1942 * @return #GNUNET_OK if this is a plausible address for this peer 1942 * @return #GNUNET_OK if this is a plausible address for this peer
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 5cd61ddcf..dcd2f9121 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -539,4 +539,5 @@ EXTRA_DIST = \
539 test_program_data.conf \ 539 test_program_data.conf \
540 test_resolver_api_data.conf \ 540 test_resolver_api_data.conf \
541 test_service_data.conf \ 541 test_service_data.conf \
542 test_speedup_data.conf 542 test_speedup_data.conf \
543 gnunet-qr.py.in