aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2019-11-08 10:33:15 +0100
committerxrs <xrs@mail36.net>2019-11-08 10:33:15 +0100
commitdfcab34c5af80c0068299bacb16ffc461bf3c1ad (patch)
tree8456693cfc19b226337fcc87e4c6be9e1c7e3f3c
parent90261cefc0f0417fe34e32f459b892e7b10286eb (diff)
downloadgnunet-dfcab34c5af80c0068299bacb16ffc461bf3c1ad.tar.gz
gnunet-dfcab34c5af80c0068299bacb16ffc461bf3c1ad.zip
add $(GN_LIBINTL) to Makefile.am (fixes 0005902)
-rw-r--r--src/arm/Makefile.am2
-rw-r--r--src/ats-tests/Makefile.am4
-rw-r--r--src/block/Makefile.am2
-rw-r--r--src/cadet/Makefile.am5
-rw-r--r--src/core/Makefile.am2
-rw-r--r--src/curl/Makefile.am1
-rw-r--r--src/dht/Makefile.am10
-rw-r--r--src/dns/Makefile.am2
-rw-r--r--src/gns/Makefile.am2
-rw-r--r--src/hello/Makefile.am3
-rw-r--r--src/json/Makefile.am1
-rw-r--r--src/nat-auto/Makefile.am5
-rw-r--r--src/nat/Makefile.am2
-rw-r--r--src/nt/Makefile.am1
-rw-r--r--src/peerinfo-tool/Makefile.am3
-rw-r--r--src/peerinfo/Makefile.am2
-rw-r--r--src/peerstore/Makefile.am1
-rw-r--r--src/regex/Makefile.am8
-rw-r--r--src/sq/Makefile.am1
-rw-r--r--src/testbed-logger/Makefile.am2
-rw-r--r--src/testbed/Makefile.am2
-rw-r--r--src/transport/Makefile.am11
-rw-r--r--src/vpn/Makefile.am1
23 files changed, 66 insertions, 7 deletions
diff --git a/src/arm/Makefile.am b/src/arm/Makefile.am
index 422084bfe..43e868805 100644
--- a/src/arm/Makefile.am
+++ b/src/arm/Makefile.am
@@ -51,6 +51,8 @@ mockup_service_SOURCES = \
51 mockup-service.c 51 mockup-service.c
52 mockup_service_LDADD = \ 52 mockup_service_LDADD = \
53 $(top_builddir)/src/util/libgnunetutil.la 53 $(top_builddir)/src/util/libgnunetutil.la
54mockup_service_LDFLAGS = \
55 $(GN_LIBINTL)
54 56
55 57
56check_PROGRAMS = \ 58check_PROGRAMS = \
diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am
index c965fcc9f..1375d1505 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -64,6 +64,8 @@ gnunet_ats_sim_LDADD = \
64gnunet_ats_sim_DEPENDENCIES = \ 64gnunet_ats_sim_DEPENDENCIES = \
65 libgnunetatstesting.la \ 65 libgnunetatstesting.la \
66 $(top_builddir)/src/util/libgnunetutil.la 66 $(top_builddir)/src/util/libgnunetutil.la
67gnunet_ats_sim_LDFLAGS = \
68 $(GN_LIBINTL)
67 69
68 70
69gnunet_solver_eval_SOURCES = \ 71gnunet_solver_eval_SOURCES = \
@@ -75,6 +77,8 @@ gnunet_solver_eval_LDADD = \
75 $(top_builddir)/src/transport/libgnunettransport.la 77 $(top_builddir)/src/transport/libgnunettransport.la
76gnunet_solver_eval_DEPENDENCIES = \ 78gnunet_solver_eval_DEPENDENCIES = \
77 $(top_builddir)/src/util/libgnunetutil.la 79 $(top_builddir)/src/util/libgnunetutil.la
80gnunet_solver_eval_LDFLAGS = \
81 $(GN_LIBINTL)
78 82
79perf_ats_proportional_core_none_SOURCES = \ 83perf_ats_proportional_core_none_SOURCES = \
80 perf_ats.c 84 perf_ats.c
diff --git a/src/block/Makefile.am b/src/block/Makefile.am
index d769f7d47..dd596f6b4 100644
--- a/src/block/Makefile.am
+++ b/src/block/Makefile.am
@@ -46,6 +46,7 @@ libgnunetblock_la_DEPENDENCIES = \
46 $(top_builddir)/src/util/libgnunetutil.la 46 $(top_builddir)/src/util/libgnunetutil.la
47libgnunetblock_la_LDFLAGS = \ 47libgnunetblock_la_LDFLAGS = \
48 $(GN_LIB_LDFLAGS) \ 48 $(GN_LIB_LDFLAGS) \
49 $(GN_LIBINTL) \
49 -version-info 0:0:0 50 -version-info 0:0:0
50 51
51 52
@@ -59,4 +60,5 @@ libgnunetblockgroup_la_DEPENDENCIES = \
59 $(top_builddir)/src/util/libgnunetutil.la 60 $(top_builddir)/src/util/libgnunetutil.la
60libgnunetblockgroup_la_LDFLAGS = \ 61libgnunetblockgroup_la_LDFLAGS = \
61 $(GN_LIB_LDFLAGS) \ 62 $(GN_LIB_LDFLAGS) \
63 $(GN_LIBINTL) \
62 -version-info 0:0:0 64 -version-info 0:0:0
diff --git a/src/cadet/Makefile.am b/src/cadet/Makefile.am
index b6e72688d..d8d81bf20 100644
--- a/src/cadet/Makefile.am
+++ b/src/cadet/Makefile.am
@@ -48,6 +48,8 @@ gnunet_cadet_SOURCES = \
48gnunet_cadet_LDADD = \ 48gnunet_cadet_LDADD = \
49 libgnunetcadet.la \ 49 libgnunetcadet.la \
50 $(top_builddir)/src/util/libgnunetutil.la 50 $(top_builddir)/src/util/libgnunetutil.la
51gnunet_cadet_LDFLAGS = \
52 $(GN_LIBINTL)
51 53
52gnunet_service_cadet_SOURCES = \ 54gnunet_service_cadet_SOURCES = \
53 gnunet-service-cadet.c gnunet-service-cadet.h \ 55 gnunet-service-cadet.c gnunet-service-cadet.h \
@@ -70,7 +72,8 @@ gnunet_service_cadet_LDADD = \
70 $(top_builddir)/src/hello/libgnunethello.la \ 72 $(top_builddir)/src/hello/libgnunethello.la \
71 $(top_builddir)/src/block/libgnunetblock.la 73 $(top_builddir)/src/block/libgnunetblock.la
72if LINUX 74if LINUX
73 gnunet_service_cadet_LDFLAGS = -lrt 75 gnunet_service_cadet_LDFLAGS = -lrt \
76 $(GN_LIBINTL)
74endif 77endif
75 78
76 79
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 80bdca812..d2d3a2d7f 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -51,6 +51,8 @@ gnunet_core_SOURCES = \
51gnunet_core_LDADD = \ 51gnunet_core_LDADD = \
52 libgnunetcore.la \ 52 libgnunetcore.la \
53 $(top_builddir)/src/util/libgnunetutil.la 53 $(top_builddir)/src/util/libgnunetutil.la
54gnunet_core_LDFLAGS = \
55 $(GN_LIBINTL)
54 56
55if HAVE_TESTING 57if HAVE_TESTING
56 TESTING_TESTS = \ 58 TESTING_TESTS = \
diff --git a/src/curl/Makefile.am b/src/curl/Makefile.am
index af8b64078..ed5819dee 100644
--- a/src/curl/Makefile.am
+++ b/src/curl/Makefile.am
@@ -20,6 +20,7 @@ lib_LTLIBRARIES = \
20 libgnunetcurl.la 20 libgnunetcurl.la
21 21
22libgnunetcurl_la_LDFLAGS = \ 22libgnunetcurl_la_LDFLAGS = \
23 $(GN_LIBINTL) \
23 -version-info 0:0:0 \ 24 -version-info 0:0:0 \
24 -no-undefined 25 -no-undefined
25libgnunetcurl_la_SOURCES = \ 26libgnunetcurl_la_SOURCES = \
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 0b2bc0946..bf73e8f19 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -76,6 +76,8 @@ gnunet_service_dht_LDADD = \
76 $(top_builddir)/src/datacache/libgnunetdatacache.la \ 76 $(top_builddir)/src/datacache/libgnunetdatacache.la \
77 $(top_builddir)/src/util/libgnunetutil.la \ 77 $(top_builddir)/src/util/libgnunetutil.la \
78 -lm 78 -lm
79gnunet_service_dht_LDFLAGS = \
80 $(GN_LIBINTL)
79 81
80gnunet_dht_get_SOURCES = \ 82gnunet_dht_get_SOURCES = \
81 gnunet-dht-get.c 83 gnunet-dht-get.c
@@ -83,6 +85,8 @@ gnunet_dht_get_LDADD = \
83 libgnunetdht.la \ 85 libgnunetdht.la \
84 $(top_builddir)/src/core/libgnunetcore.la \ 86 $(top_builddir)/src/core/libgnunetcore.la \
85 $(top_builddir)/src/util/libgnunetutil.la 87 $(top_builddir)/src/util/libgnunetutil.la
88gnunet_dht_get_LDFLAGS = \
89 $(GN_LIBINTL)
86 90
87gnunet_dht_put_SOURCES = \ 91gnunet_dht_put_SOURCES = \
88 gnunet-dht-put.c 92 gnunet-dht-put.c
@@ -90,6 +94,8 @@ gnunet_dht_put_LDADD = \
90 libgnunetdht.la \ 94 libgnunetdht.la \
91 $(top_builddir)/src/core/libgnunetcore.la \ 95 $(top_builddir)/src/core/libgnunetcore.la \
92 $(top_builddir)/src/util/libgnunetutil.la 96 $(top_builddir)/src/util/libgnunetutil.la
97gnunet_dht_put_LDFLAGS = \
98 $(GN_LIBINTL)
93 99
94gnunet_dht_monitor_SOURCES = \ 100gnunet_dht_monitor_SOURCES = \
95 gnunet-dht-monitor.c 101 gnunet-dht-monitor.c
@@ -97,6 +103,8 @@ gnunet_dht_monitor_LDADD = \
97 libgnunetdht.la \ 103 libgnunetdht.la \
98 $(top_builddir)/src/core/libgnunetcore.la \ 104 $(top_builddir)/src/core/libgnunetcore.la \
99 $(top_builddir)/src/util/libgnunetutil.la 105 $(top_builddir)/src/util/libgnunetutil.la
106gnunet_dht_monitor_LDFLAGS = \
107 $(GN_LIBINTL)
100 108
101gnunet_dht_profiler_SOURCES = \ 109gnunet_dht_profiler_SOURCES = \
102 gnunet_dht_profiler.c 110 gnunet_dht_profiler.c
@@ -105,6 +113,8 @@ gnunet_dht_profiler_LDADD = \
105 $(top_builddir)/src/core/libgnunetcore.la \ 113 $(top_builddir)/src/core/libgnunetcore.la \
106 $(top_builddir)/src/util/libgnunetutil.la \ 114 $(top_builddir)/src/util/libgnunetutil.la \
107 $(top_builddir)/src/testbed/libgnunettestbed.la 115 $(top_builddir)/src/testbed/libgnunettestbed.la
116gnunet_dht_profiler_LDFLAGS = \
117 $(GN_LIBINTL)
108 118
109if HAVE_TESTING 119if HAVE_TESTING
110noinst_LIBRARIES = libgnunetdhttest.a 120noinst_LIBRARIES = libgnunetdhttest.a
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am
index d2598bd8a..17be841f5 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -73,6 +73,7 @@ libgnunetdns_la_SOURCES = \
73libgnunetdns_la_LIBADD = \ 73libgnunetdns_la_LIBADD = \
74 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 74 $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
75libgnunetdns_la_LDFLAGS = \ 75libgnunetdns_la_LDFLAGS = \
76 $(GN_LIBINTL) \
76 $(GN_LIB_LDFLAGS) \ 77 $(GN_LIB_LDFLAGS) \
77 -version-info 0:0:0 78 -version-info 0:0:0
78 79
@@ -82,6 +83,7 @@ libgnunet_plugin_block_dns_la_LIBADD = \
82 $(top_builddir)/src/block/libgnunetblockgroup.la \ 83 $(top_builddir)/src/block/libgnunetblockgroup.la \
83 $(top_builddir)/src/util/libgnunetutil.la 84 $(top_builddir)/src/util/libgnunetutil.la
84libgnunet_plugin_block_dns_la_LDFLAGS = \ 85libgnunet_plugin_block_dns_la_LDFLAGS = \
86 $(GN_LIBINTL) \
85 $(top_builddir)/src/block/$(GN_PLUGIN_LDFLAGS) 87 $(top_builddir)/src/block/$(GN_PLUGIN_LDFLAGS)
86 88
87 89
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 49e0750fa..253f67d29 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -228,6 +228,7 @@ libgnunetgns_la_LIBADD = \
228 $(top_builddir)/src/identity/libgnunetidentity.la \ 228 $(top_builddir)/src/identity/libgnunetidentity.la \
229 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la 229 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la
230libgnunetgns_la_LDFLAGS = \ 230libgnunetgns_la_LDFLAGS = \
231 $(GN_LIBINTL) \
231 $(GN_LIB_LDFLAGS) 232 $(GN_LIB_LDFLAGS)
232 233
233 234
@@ -239,6 +240,7 @@ libgnunet_plugin_block_gns_la_LIBADD = \
239 $(top_builddir)/src/block/libgnunetblockgroup.la \ 240 $(top_builddir)/src/block/libgnunetblockgroup.la \
240 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la 241 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la
241libgnunet_plugin_block_gns_la_LDFLAGS = \ 242libgnunet_plugin_block_gns_la_LDFLAGS = \
243 $(GN_LIBINTL) \
242 $(GN_PLUGIN_LDFLAGS) 244 $(GN_PLUGIN_LDFLAGS)
243 245
244if HAVE_MHD 246if HAVE_MHD
diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am
index 7cb71cdce..40a45320f 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -48,4 +48,5 @@ gnunet_hello_SOURCES = \
48gnunet_hello_LDADD = \ 48gnunet_hello_LDADD = \
49 libgnunethello.la \ 49 libgnunethello.la \
50 $(top_builddir)/src/util/libgnunetutil.la 50 $(top_builddir)/src/util/libgnunetutil.la
51 51gnunet_hello_LDFLAGS = \
52 $(GN_LIBINTL)
diff --git a/src/json/Makefile.am b/src/json/Makefile.am
index 886c0691d..5968a3596 100644
--- a/src/json/Makefile.am
+++ b/src/json/Makefile.am
@@ -10,6 +10,7 @@ lib_LTLIBRARIES = \
10 libgnunetjson.la 10 libgnunetjson.la
11 11
12libgnunetjson_la_LDFLAGS = \ 12libgnunetjson_la_LDFLAGS = \
13 $(GN_LIBINTL) \
13 -version-info 0:0:0 \ 14 -version-info 0:0:0 \
14 -no-undefined 15 -no-undefined
15libgnunetjson_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS) 16libgnunetjson_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS)
diff --git a/src/nat-auto/Makefile.am b/src/nat-auto/Makefile.am
index e42ce9491..48ea93d9f 100644
--- a/src/nat-auto/Makefile.am
+++ b/src/nat-auto/Makefile.am
@@ -20,13 +20,16 @@ gnunet_nat_server_SOURCES = \
20gnunet_nat_server_LDADD = \ 20gnunet_nat_server_LDADD = \
21 $(top_builddir)/src/nat/libgnunetnatnew.la \ 21 $(top_builddir)/src/nat/libgnunetnatnew.la \
22 $(top_builddir)/src/util/libgnunetutil.la 22 $(top_builddir)/src/util/libgnunetutil.la
23gnunet_nat_server_LDFLAGS = \
24 $(GN_LIBINTL)
23 25
24gnunet_nat_auto_SOURCES = \ 26gnunet_nat_auto_SOURCES = \
25 gnunet-nat-auto.c nat-auto.h 27 gnunet-nat-auto.c nat-auto.h
26gnunet_nat_auto_LDADD = \ 28gnunet_nat_auto_LDADD = \
27 libgnunetnatauto.la \ 29 libgnunetnatauto.la \
28 $(top_builddir)/src/util/libgnunetutil.la 30 $(top_builddir)/src/util/libgnunetutil.la
29 31gnunet_nat_auto_LDFLAGS = \
32 $(GN_LIBINTL)
30 33
31if USE_COVERAGE 34if USE_COVERAGE
32 AM_CFLAGS = -fprofile-arcs -ftest-coverage 35 AM_CFLAGS = -fprofile-arcs -ftest-coverage
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index 63a11f1fe..3eea5e2a4 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -42,6 +42,8 @@ gnunet_nat_SOURCES = \
42gnunet_nat_LDADD = \ 42gnunet_nat_LDADD = \
43 libgnunetnatnew.la \ 43 libgnunetnatnew.la \
44 $(top_builddir)/src/util/libgnunetutil.la 44 $(top_builddir)/src/util/libgnunetutil.la
45gnunet_nat_LDFLAGS = \
46 $(GN_LIBINTL)
45 47
46 48
47if USE_COVERAGE 49if USE_COVERAGE
diff --git a/src/nt/Makefile.am b/src/nt/Makefile.am
index 57b8d1936..2c55ab88f 100644
--- a/src/nt/Makefile.am
+++ b/src/nt/Makefile.am
@@ -14,6 +14,7 @@ libgnunetnt_la_LIBADD = \
14 $(top_builddir)/src/util/libgnunetutil.la 14 $(top_builddir)/src/util/libgnunetutil.la
15libgnunetnt_la_LDFLAGS = \ 15libgnunetnt_la_LDFLAGS = \
16 $(GN_LIB_LDFLAGS) \ 16 $(GN_LIB_LDFLAGS) \
17 $(GN_LIBINTL) \
17 -version-info 0:0:0 18 -version-info 0:0:0
18 19
19#if ENABLE_TEST_RUN 20#if ENABLE_TEST_RUN
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index 3c133427c..8a2efba63 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -37,13 +37,14 @@ libgnunet_plugin_rest_peerinfo_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS)
37gnunet_peerinfo_SOURCES = \ 37gnunet_peerinfo_SOURCES = \
38 gnunet-peerinfo.c \ 38 gnunet-peerinfo.c \
39 gnunet-peerinfo_plugins.c gnunet-peerinfo_plugins.h 39 gnunet-peerinfo_plugins.c gnunet-peerinfo_plugins.h
40
41gnunet_peerinfo_LDADD = \ 40gnunet_peerinfo_LDADD = \
42 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 41 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
43 $(top_builddir)/src/transport/libgnunettransport.la \ 42 $(top_builddir)/src/transport/libgnunettransport.la \
44 $(top_builddir)/src/hello/libgnunethello.la \ 43 $(top_builddir)/src/hello/libgnunethello.la \
45 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 44 $(top_builddir)/src/statistics/libgnunetstatistics.la \
46 $(top_builddir)/src/util/libgnunetutil.la 45 $(top_builddir)/src/util/libgnunetutil.la
46gnunet_peerinfo_LDFLAGS = \
47 $(GN_LIBINTL)
47 48
48if HAVE_PYTHON 49if HAVE_PYTHON
49check_SCRIPTS = \ 50check_SCRIPTS = \
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index 831162366..e61e5a13d 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -40,6 +40,8 @@ gnunet_service_peerinfo_LDADD = \
40 $(top_builddir)/src/hello/libgnunethello.la \ 40 $(top_builddir)/src/hello/libgnunethello.la \
41 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 41 $(top_builddir)/src/statistics/libgnunetstatistics.la \
42 $(top_builddir)/src/util/libgnunetutil.la 42 $(top_builddir)/src/util/libgnunetutil.la
43gnunet_service_peerinfo_LDFLAGS = \
44 $(GN_LIBINTL)
43 45
44if HAVE_BENCHMARKS 46if HAVE_BENCHMARKS
45 PEERINFO_BENCHMARKS = \ 47 PEERINFO_BENCHMARKS = \
diff --git a/src/peerstore/Makefile.am b/src/peerstore/Makefile.am
index 003bac36d..babf40654 100644
--- a/src/peerstore/Makefile.am
+++ b/src/peerstore/Makefile.am
@@ -45,6 +45,7 @@ libgnunetpeerstore_la_SOURCES = \
45libgnunetpeerstore_la_LIBADD = \ 45libgnunetpeerstore_la_LIBADD = \
46 $(top_builddir)/src/util/libgnunetutil.la 46 $(top_builddir)/src/util/libgnunetutil.la
47libgnunetpeerstore_la_LDFLAGS = \ 47libgnunetpeerstore_la_LDFLAGS = \
48 $(GN_LIBINTL) \
48 $(GN_LIB_LDFLAGS) 49 $(GN_LIB_LDFLAGS)
49 50
50if HAVE_EXPERIMENTAL 51if HAVE_EXPERIMENTAL
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 2fd00dd09..13413f242 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -64,6 +64,7 @@ libgnunetregex_la_SOURCES = \
64libgnunetregex_la_LIBADD = \ 64libgnunetregex_la_LIBADD = \
65 $(top_builddir)/src/util/libgnunetutil.la 65 $(top_builddir)/src/util/libgnunetutil.la
66libgnunetregex_la_LDFLAGS = \ 66libgnunetregex_la_LDFLAGS = \
67 $(GN_LIBINTL) \
67 $(GN_LIB_LDFLAGS) \ 68 $(GN_LIB_LDFLAGS) \
68 -version-info 3:1:0 69 -version-info 3:1:0
69 70
@@ -79,6 +80,7 @@ libgnunet_plugin_block_regex_la_LIBADD = \
79 $(top_builddir)/src/block/libgnunetblockgroup.la \ 80 $(top_builddir)/src/block/libgnunetblockgroup.la \
80 $(top_builddir)/src/util/libgnunetutil.la 81 $(top_builddir)/src/util/libgnunetutil.la
81libgnunet_plugin_block_regex_la_LDFLAGS = \ 82libgnunet_plugin_block_regex_la_LDFLAGS = \
83 $(GN_LIBINTL) \
82 $(GN_PLUGIN_LDFLAGS) 84 $(GN_PLUGIN_LDFLAGS)
83 85
84if HAVE_MYSQL 86if HAVE_MYSQL
@@ -117,6 +119,8 @@ perf_regex_LDADD = -lm \
117 libgnunetregexblock.la \ 119 libgnunetregexblock.la \
118 libgnunetregextest.a \ 120 libgnunetregextest.a \
119 $(top_builddir)/src/util/libgnunetutil.la 121 $(top_builddir)/src/util/libgnunetutil.la
122perf_regex_LDFLAGS = \
123 $(GN_LIBINTL)
120 124
121gnunet_regex_profiler_SOURCES = \ 125gnunet_regex_profiler_SOURCES = \
122 gnunet-regex-profiler.c 126 gnunet-regex-profiler.c
@@ -129,6 +133,8 @@ gnunet_regex_profiler_LDADD = -lm \
129 libgnunetregextest.a \ 133 libgnunetregextest.a \
130 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 134 $(top_builddir)/src/statistics/libgnunetstatistics.la \
131 $(top_builddir)/src/util/libgnunetutil.la 135 $(top_builddir)/src/util/libgnunetutil.la
136gnunet_regex_profiler_LDFLAGS = \
137 $(GN_LIBINTL)
132 138
133gnunet_daemon_regexprofiler_SOURCES = \ 139gnunet_daemon_regexprofiler_SOURCES = \
134 gnunet-daemon-regexprofiler.c 140 gnunet-daemon-regexprofiler.c
@@ -139,6 +145,8 @@ gnunet_daemon_regexprofiler_LDADD = -lm \
139 libgnunetregextest.a \ 145 libgnunetregextest.a \
140 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 146 $(top_builddir)/src/statistics/libgnunetstatistics.la \
141 $(top_builddir)/src/util/libgnunetutil.la 147 $(top_builddir)/src/util/libgnunetutil.la
148gnunet_daemon_regexprofiler_LDFLAGS = \
149 $(GN_LIBINTL)
142 150
143check_PROGRAMS = \ 151check_PROGRAMS = \
144 test_regex_integration \ 152 test_regex_integration \
diff --git a/src/sq/Makefile.am b/src/sq/Makefile.am
index 893c8eac3..80911db7a 100644
--- a/src/sq/Makefile.am
+++ b/src/sq/Makefile.am
@@ -18,6 +18,7 @@ libgnunetsq_la_SOURCES = \
18libgnunetsq_la_LIBADD = -lsqlite3 \ 18libgnunetsq_la_LIBADD = -lsqlite3 \
19 $(top_builddir)/src/util/libgnunetutil.la 19 $(top_builddir)/src/util/libgnunetutil.la
20libgnunetsq_la_LDFLAGS = \ 20libgnunetsq_la_LDFLAGS = \
21 $(GN_LIBINTL) \
21 $(GN_LIB_LDFLAGS) \ 22 $(GN_LIB_LDFLAGS) \
22 -version-info 0:0:0 23 -version-info 0:0:0
23 24
diff --git a/src/testbed-logger/Makefile.am b/src/testbed-logger/Makefile.am
index 96b68df27..741e4adfc 100644
--- a/src/testbed-logger/Makefile.am
+++ b/src/testbed-logger/Makefile.am
@@ -20,6 +20,8 @@ gnunet_service_testbed_logger_SOURCES = \
20 gnunet-service-testbed-logger.c 20 gnunet-service-testbed-logger.c
21gnunet_service_testbed_logger_LDADD = \ 21gnunet_service_testbed_logger_LDADD = \
22 $(top_builddir)/src/util/libgnunetutil.la 22 $(top_builddir)/src/util/libgnunetutil.la
23gnunet_service_testbed_logger_LDFLAGS = \
24 $(GN_LIBINTL)
23 25
24lib_LTLIBRARIES = \ 26lib_LTLIBRARIES = \
25 libgnunettestbedlogger.la 27 libgnunettestbedlogger.la
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index c27a81ae9..62b49af78 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -59,6 +59,8 @@ gnunet_testbed_profiler_SOURCES = \
59gnunet_testbed_profiler_LDADD = $(XLIB) \ 59gnunet_testbed_profiler_LDADD = $(XLIB) \
60 $(top_builddir)/src/util/libgnunetutil.la \ 60 $(top_builddir)/src/util/libgnunetutil.la \
61 libgnunettestbed.la 61 libgnunettestbed.la
62gnunet_testbed_profiler_LDFLAGS = \
63 $(GN_LIBINTL)
62 64
63gnunet_helper_testbed_SOURCES = \ 65gnunet_helper_testbed_SOURCES = \
64 gnunet-helper-testbed.c 66 gnunet-helper-testbed.c
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index d776e99e4..e77220d50 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -166,7 +166,8 @@ libgnunettransporttesting2_la_LIBADD = \
166 $(top_builddir)/src/hello/libgnunethello.la \ 166 $(top_builddir)/src/hello/libgnunethello.la \
167 $(top_builddir)/src/util/libgnunetutil.la 167 $(top_builddir)/src/util/libgnunetutil.la
168libgnunettransporttesting2_la_LDFLAGS = \ 168libgnunettransporttesting2_la_LDFLAGS = \
169 $(GN_LIB_LDFLAGS) 169 $(GN_LIBINTL) \
170 $(GN_LIB_LDFLAGS)
170 171
171libgnunettransport_la_SOURCES = \ 172libgnunettransport_la_SOURCES = \
172 transport.h \ 173 transport.h \
@@ -459,7 +460,8 @@ libgnunet_plugin_transport_http_client_la_LIBADD = \
459 $(LIB_GNURL) \ 460 $(LIB_GNURL) \
460 $(top_builddir)/src/util/libgnunetutil.la 461 $(top_builddir)/src/util/libgnunetutil.la
461libgnunet_plugin_transport_http_client_la_LDFLAGS = \ 462libgnunet_plugin_transport_http_client_la_LDFLAGS = \
462 $(GN_PLUGIN_LDFLAGS) 463 $(GN_LIBINTL) \
464 $(GN_PLUGIN_LDFLAGS)
463libgnunet_plugin_transport_http_client_la_CFLAGS = \ 465libgnunet_plugin_transport_http_client_la_CFLAGS = \
464 $(CPP_GNURL) $(AM_CFLAGS) 466 $(CPP_GNURL) $(AM_CFLAGS)
465 467
@@ -474,6 +476,7 @@ libgnunet_plugin_transport_http_server_la_LIBADD = \
474 $(top_builddir)/src/nat/libgnunetnatnew.la \ 476 $(top_builddir)/src/nat/libgnunetnatnew.la \
475 $(top_builddir)/src/util/libgnunetutil.la 477 $(top_builddir)/src/util/libgnunetutil.la
476libgnunet_plugin_transport_http_server_la_LDFLAGS = \ 478libgnunet_plugin_transport_http_server_la_LDFLAGS = \
479 $(GN_LIBINTL) \
477 $(GN_PLUGIN_LDFLAGS) 480 $(GN_PLUGIN_LDFLAGS)
478libgnunet_plugin_transport_http_server_la_CFLAGS = \ 481libgnunet_plugin_transport_http_server_la_CFLAGS = \
479 $(MHD_CFLAGS) $(AM_CFLAGS) 482 $(MHD_CFLAGS) $(AM_CFLAGS)
@@ -487,7 +490,8 @@ libgnunet_plugin_transport_https_client_la_LIBADD = \
487 $(LIB_GNURL) \ 490 $(LIB_GNURL) \
488 $(top_builddir)/src/util/libgnunetutil.la 491 $(top_builddir)/src/util/libgnunetutil.la
489libgnunet_plugin_transport_https_client_la_LDFLAGS = \ 492libgnunet_plugin_transport_https_client_la_LDFLAGS = \
490 $(GN_PLUGIN_LDFLAGS) 493 $(GN_LIBINTL) \
494 $(GN_PLUGIN_LDFLAGS)
491libgnunet_plugin_transport_https_client_la_CFLAGS = \ 495libgnunet_plugin_transport_https_client_la_CFLAGS = \
492 $(CPP_GNURL) $(AM_CFLAGS) -DBUILD_HTTPS 496 $(CPP_GNURL) $(AM_CFLAGS) -DBUILD_HTTPS
493 497
@@ -502,6 +506,7 @@ libgnunet_plugin_transport_https_server_la_LIBADD = \
502 $(top_builddir)/src/nat/libgnunetnatnew.la \ 506 $(top_builddir)/src/nat/libgnunetnatnew.la \
503 $(top_builddir)/src/util/libgnunetutil.la 507 $(top_builddir)/src/util/libgnunetutil.la
504libgnunet_plugin_transport_https_server_la_LDFLAGS = \ 508libgnunet_plugin_transport_https_server_la_LDFLAGS = \
509 $(GN_LIBINTL) \
505 $(GN_PLUGIN_LDFLAGS) 510 $(GN_PLUGIN_LDFLAGS)
506libgnunet_plugin_transport_https_server_la_CFLAGS = \ 511libgnunet_plugin_transport_https_server_la_CFLAGS = \
507 $(MHD_CFLAGS) $(AM_CFLAGS) -DBUILD_HTTPS 512 $(MHD_CFLAGS) $(AM_CFLAGS) -DBUILD_HTTPS
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index 407d8ba92..d1ecd9f98 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -56,4 +56,5 @@ libgnunetvpn_la_SOURCES = \
56libgnunetvpn_la_LIBADD = \ 56libgnunetvpn_la_LIBADD = \
57 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 57 $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
58libgnunetvpn_la_LDFLAGS = \ 58libgnunetvpn_la_LDFLAGS = \
59 $(GN_LIBINTL) \
59 $(GN_LIB_LDFLAGS) 60 $(GN_LIB_LDFLAGS)