add $(GN_LIBINTL) to Makefile.am (fixes 0005902)
authorxrs <xrs@mail36.net>
Fri, 8 Nov 2019 09:33:15 +0000 (10:33 +0100)
committerxrs <xrs@mail36.net>
Fri, 8 Nov 2019 09:33:15 +0000 (10:33 +0100)
23 files changed:
src/arm/Makefile.am
src/ats-tests/Makefile.am
src/block/Makefile.am
src/cadet/Makefile.am
src/core/Makefile.am
src/curl/Makefile.am
src/dht/Makefile.am
src/dns/Makefile.am
src/gns/Makefile.am
src/hello/Makefile.am
src/json/Makefile.am
src/nat-auto/Makefile.am
src/nat/Makefile.am
src/nt/Makefile.am
src/peerinfo-tool/Makefile.am
src/peerinfo/Makefile.am
src/peerstore/Makefile.am
src/regex/Makefile.am
src/sq/Makefile.am
src/testbed-logger/Makefile.am
src/testbed/Makefile.am
src/transport/Makefile.am
src/vpn/Makefile.am

index 422084bfebdeda4d08003b1a11c966503e1fb541..43e868805bffae9b90299ce04253c6c23d80add1 100644 (file)
@@ -51,6 +51,8 @@ mockup_service_SOURCES = \
   mockup-service.c
  mockup_service_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la
+mockup_service_LDFLAGS = \
+ $(GN_LIBINTL)
 
 
 check_PROGRAMS = \
index c965fcc9fbeab27059a31ab48e9a733cd4687c87..1375d15057980341deab02e76d380deb81ee1742 100644 (file)
@@ -64,6 +64,8 @@ gnunet_ats_sim_LDADD = \
 gnunet_ats_sim_DEPENDENCIES = \
  libgnunetatstesting.la \
  $(top_builddir)/src/util/libgnunetutil.la
+gnunet_ats_sim_LDFLAGS = \
+ $(GN_LIBINTL)
 
 
 gnunet_solver_eval_SOURCES = \
@@ -75,6 +77,8 @@ gnunet_solver_eval_LDADD = \
  $(top_builddir)/src/transport/libgnunettransport.la
 gnunet_solver_eval_DEPENDENCIES = \
  $(top_builddir)/src/util/libgnunetutil.la
+gnunet_solver_eval_LDFLAGS = \
+ $(GN_LIBINTL)
 
 perf_ats_proportional_core_none_SOURCES = \
   perf_ats.c
index d769f7d475052b71236690cfe7fe58307133b917..dd596f6b4c2d2109eff414a0eeb3aa3a0cae56e3 100644 (file)
@@ -46,6 +46,7 @@ libgnunetblock_la_DEPENDENCIES = \
  $(top_builddir)/src/util/libgnunetutil.la
 libgnunetblock_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS) \
+  $(GN_LIBINTL) \
   -version-info 0:0:0
 
 
@@ -59,4 +60,5 @@ libgnunetblockgroup_la_DEPENDENCIES = \
  $(top_builddir)/src/util/libgnunetutil.la
 libgnunetblockgroup_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS) \
+  $(GN_LIBINTL) \
   -version-info 0:0:0
index b6e72688dfbf9668bd40f2ebb17eaf6744be3c58..d8d81bf20d6714d4465a544f04cbfab752b406bd 100644 (file)
@@ -48,6 +48,8 @@ gnunet_cadet_SOURCES = \
 gnunet_cadet_LDADD = \
   libgnunetcadet.la \
   $(top_builddir)/src/util/libgnunetutil.la
+gnunet_cadet_LDFLAGS = \
+  $(GN_LIBINTL)
 
 gnunet_service_cadet_SOURCES = \
  gnunet-service-cadet.c gnunet-service-cadet.h \
@@ -70,7 +72,8 @@ gnunet_service_cadet_LDADD = \
   $(top_builddir)/src/hello/libgnunethello.la \
   $(top_builddir)/src/block/libgnunetblock.la
 if LINUX
-  gnunet_service_cadet_LDFLAGS = -lrt
+  gnunet_service_cadet_LDFLAGS = -lrt \
+    $(GN_LIBINTL)
 endif
 
 
index 80bdca8121c63711e4e53909999b2eb2fba3d4e3..d2d3a2d7fa4583ee21752a669d329caceb4d9ef4 100644 (file)
@@ -51,6 +51,8 @@ gnunet_core_SOURCES = \
 gnunet_core_LDADD = \
   libgnunetcore.la \
   $(top_builddir)/src/util/libgnunetutil.la
+gnunet_core_LDFLAGS = \
+  $(GN_LIBINTL)
 
 if HAVE_TESTING
   TESTING_TESTS = \
index af8b640782fb8852f9105b6f4e558696b0539af9..ed5819deeffa539916fafaaf7a4bcde8e2bf53b0 100644 (file)
@@ -20,6 +20,7 @@ lib_LTLIBRARIES = \
   libgnunetcurl.la
 
 libgnunetcurl_la_LDFLAGS = \
+  $(GN_LIBINTL) \
   -version-info 0:0:0 \
   -no-undefined
 libgnunetcurl_la_SOURCES = \
index 0b2bc0946f95afdc204e672b651db13e69740d9b..bf73e8f19c1db1bc3bdb87b95e0fe6768b305e2c 100644 (file)
@@ -76,6 +76,8 @@ gnunet_service_dht_LDADD = \
   $(top_builddir)/src/datacache/libgnunetdatacache.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   -lm
+gnunet_service_dht_LDFLAGS = \
+  $(GN_LIBINTL)
 
 gnunet_dht_get_SOURCES = \
  gnunet-dht-get.c
@@ -83,6 +85,8 @@ gnunet_dht_get_LDADD = \
   libgnunetdht.la \
   $(top_builddir)/src/core/libgnunetcore.la \
   $(top_builddir)/src/util/libgnunetutil.la
+gnunet_dht_get_LDFLAGS = \
+  $(GN_LIBINTL)
 
 gnunet_dht_put_SOURCES = \
  gnunet-dht-put.c
@@ -90,6 +94,8 @@ gnunet_dht_put_LDADD = \
   libgnunetdht.la \
   $(top_builddir)/src/core/libgnunetcore.la \
   $(top_builddir)/src/util/libgnunetutil.la
+gnunet_dht_put_LDFLAGS = \
+  $(GN_LIBINTL)
 
 gnunet_dht_monitor_SOURCES = \
  gnunet-dht-monitor.c
@@ -97,6 +103,8 @@ gnunet_dht_monitor_LDADD = \
   libgnunetdht.la \
   $(top_builddir)/src/core/libgnunetcore.la \
   $(top_builddir)/src/util/libgnunetutil.la
+gnunet_dht_monitor_LDFLAGS = \
+  $(GN_LIBINTL)
 
 gnunet_dht_profiler_SOURCES = \
   gnunet_dht_profiler.c
@@ -105,6 +113,8 @@ gnunet_dht_profiler_LDADD = \
   $(top_builddir)/src/core/libgnunetcore.la \
   $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/testbed/libgnunettestbed.la
+gnunet_dht_profiler_LDFLAGS = \
+  $(GN_LIBINTL)
 
 if HAVE_TESTING
 noinst_LIBRARIES = libgnunetdhttest.a
index d2598bd8a77219ab28553b630d950cbf204b316a..17be841f531671ef5ac3115aff49cd33cc921df4 100644 (file)
@@ -73,6 +73,7 @@ libgnunetdns_la_SOURCES = \
 libgnunetdns_la_LIBADD = \
  $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
 libgnunetdns_la_LDFLAGS = \
+  $(GN_LIBINTL) \
   $(GN_LIB_LDFLAGS) \
   -version-info 0:0:0
 
@@ -82,6 +83,7 @@ libgnunet_plugin_block_dns_la_LIBADD = \
   $(top_builddir)/src/block/libgnunetblockgroup.la \
   $(top_builddir)/src/util/libgnunetutil.la
 libgnunet_plugin_block_dns_la_LDFLAGS = \
+  $(GN_LIBINTL) \
   $(top_builddir)/src/block/$(GN_PLUGIN_LDFLAGS)
 
 
index 49e0750faa5d025f23996eaf87f771ec1f2ee6c7..253f67d2950db5fdea71c59495502a3a54b9d495 100644 (file)
@@ -228,6 +228,7 @@ libgnunetgns_la_LIBADD = \
  $(top_builddir)/src/identity/libgnunetidentity.la \
  $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la
 libgnunetgns_la_LDFLAGS = \
+  $(GN_LIBINTL) \
   $(GN_LIB_LDFLAGS)
 
 
@@ -239,6 +240,7 @@ libgnunet_plugin_block_gns_la_LIBADD = \
   $(top_builddir)/src/block/libgnunetblockgroup.la \
   $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la
 libgnunet_plugin_block_gns_la_LDFLAGS = \
+  $(GN_LIBINTL) \
   $(GN_PLUGIN_LDFLAGS)
 
 if HAVE_MHD
index 7cb71cdce4473c46484e84186c08fcd0f194a980..40a45320f8c0269597dfd13a5ae7cc3fa9f9b2aa 100644 (file)
@@ -48,4 +48,5 @@ gnunet_hello_SOURCES = \
 gnunet_hello_LDADD = \
  libgnunethello.la \
  $(top_builddir)/src/util/libgnunetutil.la  
-
+gnunet_hello_LDFLAGS = \
+  $(GN_LIBINTL)
index 886c0691d98bc5733956d48c8138b4947c8699ad..5968a3596751feba11d04ee38f4df978cc69f8a5 100644 (file)
@@ -10,6 +10,7 @@ lib_LTLIBRARIES = \
   libgnunetjson.la
 
 libgnunetjson_la_LDFLAGS = \
+  $(GN_LIBINTL) \
   -version-info 0:0:0 \
   -no-undefined
 libgnunetjson_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS)
index e42ce9491a9c5a709077575da5857a34f80f9c43..48ea93d9f65789f64956f96cbd5b932bc010af21 100644 (file)
@@ -20,13 +20,16 @@ gnunet_nat_server_SOURCES = \
 gnunet_nat_server_LDADD = \
   $(top_builddir)/src/nat/libgnunetnatnew.la \
   $(top_builddir)/src/util/libgnunetutil.la
+gnunet_nat_server_LDFLAGS = \
+  $(GN_LIBINTL)
 
 gnunet_nat_auto_SOURCES = \
   gnunet-nat-auto.c nat-auto.h
 gnunet_nat_auto_LDADD = \
   libgnunetnatauto.la \
   $(top_builddir)/src/util/libgnunetutil.la
-
+gnunet_nat_auto_LDFLAGS = \
+  $(GN_LIBINTL)
 
 if USE_COVERAGE
   AM_CFLAGS = -fprofile-arcs -ftest-coverage
index 63a11f1fe85615fd3c064b72f8d74b8a2234e281..3eea5e2a4c1bd652e45524cacb20e5a9b0cb0be6 100644 (file)
@@ -42,6 +42,8 @@ gnunet_nat_SOURCES = \
 gnunet_nat_LDADD = \
   libgnunetnatnew.la \
   $(top_builddir)/src/util/libgnunetutil.la
+gnunet_nat_LDFLAGS = \
+  $(GN_LIBINTL)
 
 
 if USE_COVERAGE
index 57b8d193650f3654f2f2c74e80d6ed62e9970dd9..2c55ab88fb6075f8d8ccedca3e86c2b4dd5eeff3 100644 (file)
@@ -14,6 +14,7 @@ libgnunetnt_la_LIBADD = \
  $(top_builddir)/src/util/libgnunetutil.la
 libgnunetnt_la_LDFLAGS = \
  $(GN_LIB_LDFLAGS) \
+ $(GN_LIBINTL) \
   -version-info 0:0:0
 
 #if ENABLE_TEST_RUN
index 3c133427c7048494376345243a4fa6de0c12341c..8a2efba630030a2a716334ba1be4942c16ed4962 100644 (file)
@@ -37,13 +37,14 @@ libgnunet_plugin_rest_peerinfo_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS)
 gnunet_peerinfo_SOURCES = \
  gnunet-peerinfo.c \
  gnunet-peerinfo_plugins.c gnunet-peerinfo_plugins.h
-
 gnunet_peerinfo_LDADD = \
   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
   $(top_builddir)/src/transport/libgnunettransport.la \
   $(top_builddir)/src/hello/libgnunethello.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la
+gnunet_peerinfo_LDFLAGS = \
+  $(GN_LIBINTL)
 
 if HAVE_PYTHON
 check_SCRIPTS = \
index 831162366332235cdcb749b432df5c840fc3309c..e61e5a13df7efe8edb52e7397d05a56e40d0a049 100644 (file)
@@ -40,6 +40,8 @@ gnunet_service_peerinfo_LDADD = \
   $(top_builddir)/src/hello/libgnunethello.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la
+gnunet_service_peerinfo_LDFLAGS = \
+  $(GN_LIBINTL)
 
 if HAVE_BENCHMARKS
  PEERINFO_BENCHMARKS = \
index 003bac36daafab4177f4d8cf462f3516dd18842f..babf4065404b60ea1a990b9c95e73625e5251028 100644 (file)
@@ -45,6 +45,7 @@ libgnunetpeerstore_la_SOURCES = \
 libgnunetpeerstore_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la
 libgnunetpeerstore_la_LDFLAGS = \
+  $(GN_LIBINTL) \
   $(GN_LIB_LDFLAGS)
 
 if HAVE_EXPERIMENTAL
index 2fd00dd0924196601241d7a6ef0f1e191da4a271..13413f242cbfaafdf5e1005f0b054b20c380ba42 100644 (file)
@@ -64,6 +64,7 @@ libgnunetregex_la_SOURCES = \
 libgnunetregex_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la
 libgnunetregex_la_LDFLAGS = \
+  $(GN_LIBINTL) \
   $(GN_LIB_LDFLAGS) \
    -version-info 3:1:0
 
@@ -79,6 +80,7 @@ libgnunet_plugin_block_regex_la_LIBADD = \
  $(top_builddir)/src/block/libgnunetblockgroup.la \
  $(top_builddir)/src/util/libgnunetutil.la
 libgnunet_plugin_block_regex_la_LDFLAGS = \
+ $(GN_LIBINTL) \
  $(GN_PLUGIN_LDFLAGS)
 
 if HAVE_MYSQL
@@ -117,6 +119,8 @@ perf_regex_LDADD = -lm \
   libgnunetregexblock.la \
   libgnunetregextest.a \
   $(top_builddir)/src/util/libgnunetutil.la
+perf_regex_LDFLAGS = \
+  $(GN_LIBINTL)
 
 gnunet_regex_profiler_SOURCES = \
   gnunet-regex-profiler.c
@@ -129,6 +133,8 @@ gnunet_regex_profiler_LDADD = -lm \
   libgnunetregextest.a \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la
+gnunet_regex_profiler_LDFLAGS = \
+  $(GN_LIBINTL)
 
 gnunet_daemon_regexprofiler_SOURCES = \
   gnunet-daemon-regexprofiler.c
@@ -139,6 +145,8 @@ gnunet_daemon_regexprofiler_LDADD = -lm \
   libgnunetregextest.a \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la
+gnunet_daemon_regexprofiler_LDFLAGS = \
+  $(GN_LIBINTL)
 
 check_PROGRAMS = \
   test_regex_integration \
index 893c8eac3bcb4dafdcef432d9c783d2cfcf3edf8..80911db7abd3e4846e7e3caa21ab30947a621ec3 100644 (file)
@@ -18,6 +18,7 @@ libgnunetsq_la_SOURCES = \
 libgnunetsq_la_LIBADD = -lsqlite3 \
  $(top_builddir)/src/util/libgnunetutil.la
 libgnunetsq_la_LDFLAGS = \
+ $(GN_LIBINTL) \
  $(GN_LIB_LDFLAGS) \
   -version-info 0:0:0
 
index 96b68df277aea0fe3381f402e8f36304ee7ee933..741e4adfc73cf62552d6ddd2ae9134eb7ba56faa 100644 (file)
@@ -20,6 +20,8 @@ gnunet_service_testbed_logger_SOURCES = \
   gnunet-service-testbed-logger.c
 gnunet_service_testbed_logger_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la
+gnunet_service_testbed_logger_LDFLAGS = \
+ $(GN_LIBINTL)
 
 lib_LTLIBRARIES = \
   libgnunettestbedlogger.la
index c27a81ae95ab072874f7af8cc6b447a6fa7d7a5a..62b49af78649cc3498d971273eac170ae4e22911 100644 (file)
@@ -59,6 +59,8 @@ gnunet_testbed_profiler_SOURCES = \
 gnunet_testbed_profiler_LDADD = $(XLIB) \
  $(top_builddir)/src/util/libgnunetutil.la \
  libgnunettestbed.la
+gnunet_testbed_profiler_LDFLAGS = \
+ $(GN_LIBINTL)
 
 gnunet_helper_testbed_SOURCES = \
   gnunet-helper-testbed.c
index d776e99e4e7c45ae28dacd255adb309a616f032a..e77220d50ab06fd3f8f7a311b0faac26b7dab8e3 100644 (file)
@@ -166,7 +166,8 @@ libgnunettransporttesting2_la_LIBADD = \
   $(top_builddir)/src/hello/libgnunethello.la \
   $(top_builddir)/src/util/libgnunetutil.la
 libgnunettransporttesting2_la_LDFLAGS = \
- $(GN_LIB_LDFLAGS)
+  $(GN_LIBINTL) \
+  $(GN_LIB_LDFLAGS)
 
 libgnunettransport_la_SOURCES = \
   transport.h \
@@ -459,7 +460,8 @@ libgnunet_plugin_transport_http_client_la_LIBADD = \
   $(LIB_GNURL) \
   $(top_builddir)/src/util/libgnunetutil.la
 libgnunet_plugin_transport_http_client_la_LDFLAGS = \
- $(GN_PLUGIN_LDFLAGS)
+  $(GN_LIBINTL) \
+  $(GN_PLUGIN_LDFLAGS)
 libgnunet_plugin_transport_http_client_la_CFLAGS = \
  $(CPP_GNURL) $(AM_CFLAGS)
 
@@ -474,6 +476,7 @@ libgnunet_plugin_transport_http_server_la_LIBADD = \
   $(top_builddir)/src/nat/libgnunetnatnew.la \
   $(top_builddir)/src/util/libgnunetutil.la
 libgnunet_plugin_transport_http_server_la_LDFLAGS = \
+  $(GN_LIBINTL) \
  $(GN_PLUGIN_LDFLAGS)
 libgnunet_plugin_transport_http_server_la_CFLAGS = \
  $(MHD_CFLAGS) $(AM_CFLAGS)
@@ -487,7 +490,8 @@ libgnunet_plugin_transport_https_client_la_LIBADD = \
   $(LIB_GNURL) \
   $(top_builddir)/src/util/libgnunetutil.la
 libgnunet_plugin_transport_https_client_la_LDFLAGS = \
- $(GN_PLUGIN_LDFLAGS)
+  $(GN_LIBINTL) \
+  $(GN_PLUGIN_LDFLAGS)
 libgnunet_plugin_transport_https_client_la_CFLAGS = \
  $(CPP_GNURL) $(AM_CFLAGS) -DBUILD_HTTPS
 
@@ -502,6 +506,7 @@ libgnunet_plugin_transport_https_server_la_LIBADD = \
   $(top_builddir)/src/nat/libgnunetnatnew.la \
   $(top_builddir)/src/util/libgnunetutil.la
 libgnunet_plugin_transport_https_server_la_LDFLAGS = \
+  $(GN_LIBINTL) \
  $(GN_PLUGIN_LDFLAGS)
 libgnunet_plugin_transport_https_server_la_CFLAGS = \
  $(MHD_CFLAGS) $(AM_CFLAGS) -DBUILD_HTTPS
index 407d8ba92e1a493b782fa2b133a22d99051e169c..d1ecd9f985496dfb1d824cc5843bf47184e618be 100644 (file)
@@ -56,4 +56,5 @@ libgnunetvpn_la_SOURCES = \
 libgnunetvpn_la_LIBADD = \
  $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
 libgnunetvpn_la_LDFLAGS = \
+  $(GN_LIBINTL) \
   $(GN_LIB_LDFLAGS)