aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-07 07:32:37 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-07 07:32:37 +0000
commit6207eae11f18c00b2f1fcf1eb8963d03d1b10b40 (patch)
treeab350f9d3be8b74edab2062520327ce859e803e5
parentbf3c0179736ca876b87abe997312ad2ece34221b (diff)
downloadgnunet-6207eae11f18c00b2f1fcf1eb8963d03d1b10b40.tar.gz
gnunet-6207eae11f18c00b2f1fcf1eb8963d03d1b10b40.zip
-fixing #2405
-rw-r--r--src/ats/Makefile.am3
-rw-r--r--src/block/Makefile.am8
-rw-r--r--src/datacache/Makefile.am6
-rw-r--r--src/datastore/Makefile.am8
-rw-r--r--src/dht/Makefile.am6
-rw-r--r--src/fragmentation/Makefile.am5
-rw-r--r--src/fs/Makefile.am3
-rw-r--r--src/hello/Makefile.am3
-rw-r--r--src/lockmanager/Makefile.am5
-rw-r--r--src/mesh/Makefile.am3
-rw-r--r--src/namestore/Makefile.am3
-rw-r--r--src/peerinfo/Makefile.am3
-rw-r--r--src/testbed/Makefile.am3
-rw-r--r--src/testing/Makefile.am6
-rw-r--r--src/transport/Makefile.am12
-rw-r--r--src/tun/Makefile.am3
-rw-r--r--src/util/Makefile.am1
17 files changed, 53 insertions, 28 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index 2e858488b..bf0d1c2db 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -28,7 +28,8 @@ libgnunetats_la_SOURCES = \
28 ats_api_performance.c 28 ats_api_performance.c
29 29
30libgnunetats_la_LIBADD = \ 30libgnunetats_la_LIBADD = \
31 $(top_builddir)/src/util/libgnunetutil.la 31 $(top_builddir)/src/util/libgnunetutil.la \
32 $(LTLIBINTL)
32 33
33libgnunetats_la_LDFLAGS = \ 34libgnunetats_la_LDFLAGS = \
34 $(GN_LIB_LDFLAGS) \ 35 $(GN_LIB_LDFLAGS) \
diff --git a/src/block/Makefile.am b/src/block/Makefile.am
index 78680eee8..d904084ad 100644
--- a/src/block/Makefile.am
+++ b/src/block/Makefile.am
@@ -20,7 +20,8 @@ plugin_LTLIBRARIES = \
20libgnunet_plugin_block_template_la_SOURCES = \ 20libgnunet_plugin_block_template_la_SOURCES = \
21 plugin_block_template.c 21 plugin_block_template.c
22libgnunet_plugin_block_template_la_LIBADD = \ 22libgnunet_plugin_block_template_la_LIBADD = \
23 $(top_builddir)/src/util/libgnunetutil.la 23 $(top_builddir)/src/util/libgnunetutil.la \
24 $(LTLIBINTL)
24libgnunet_plugin_block_template_la_LDFLAGS = \ 25libgnunet_plugin_block_template_la_LDFLAGS = \
25 $(GN_PLUGIN_LDFLAGS) 26 $(GN_PLUGIN_LDFLAGS)
26 27
@@ -28,7 +29,8 @@ libgnunet_plugin_block_test_la_SOURCES = \
28 plugin_block_test.c 29 plugin_block_test.c
29libgnunet_plugin_block_test_la_LIBADD = \ 30libgnunet_plugin_block_test_la_LIBADD = \
30 $(top_builddir)/src/block/libgnunetblock.la \ 31 $(top_builddir)/src/block/libgnunetblock.la \
31 $(top_builddir)/src/util/libgnunetutil.la 32 $(top_builddir)/src/util/libgnunetutil.la \
33 $(LTLIBINTL)
32libgnunet_plugin_block_test_la_LDFLAGS = \ 34libgnunet_plugin_block_test_la_LDFLAGS = \
33 $(GN_PLUGIN_LDFLAGS) 35 $(GN_PLUGIN_LDFLAGS)
34libgnunet_plugin_block_test_la_DEPENDENCIES = \ 36libgnunet_plugin_block_test_la_DEPENDENCIES = \
@@ -38,7 +40,7 @@ libgnunet_plugin_block_test_la_DEPENDENCIES = \
38libgnunetblock_la_SOURCES = \ 40libgnunetblock_la_SOURCES = \
39 block.c 41 block.c
40libgnunetblock_la_LIBADD = \ 42libgnunetblock_la_LIBADD = \
41 $(top_builddir)/src/util/libgnunetutil.la 43 $(top_builddir)/src/util/libgnunetutil.la
42libgnunetblock_la_DEPENDENCIES = \ 44libgnunetblock_la_DEPENDENCIES = \
43 $(top_builddir)/src/util/libgnunetutil.la 45 $(top_builddir)/src/util/libgnunetutil.la
44libgnunetblock_la_LDFLAGS = \ 46libgnunetblock_la_LDFLAGS = \
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am
index d34e6e8c7..e1cd8fd79 100644
--- a/src/datacache/Makefile.am
+++ b/src/datacache/Makefile.am
@@ -51,7 +51,8 @@ libgnunet_plugin_datacache_sqlite_la_SOURCES = \
51 plugin_datacache_sqlite.c 51 plugin_datacache_sqlite.c
52libgnunet_plugin_datacache_sqlite_la_LIBADD = \ 52libgnunet_plugin_datacache_sqlite_la_LIBADD = \
53 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 53 $(top_builddir)/src/statistics/libgnunetstatistics.la \
54 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 54 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \
55 $(LTLIBINTL)
55libgnunet_plugin_datacache_sqlite_la_LDFLAGS = \ 56libgnunet_plugin_datacache_sqlite_la_LDFLAGS = \
56 $(GN_PLUGIN_LDFLAGS) 57 $(GN_PLUGIN_LDFLAGS)
57 58
@@ -82,7 +83,8 @@ libgnunet_plugin_datacache_postgres_la_LDFLAGS = \
82libgnunet_plugin_datacache_template_la_SOURCES = \ 83libgnunet_plugin_datacache_template_la_SOURCES = \
83 plugin_datacache_template.c 84 plugin_datacache_template.c
84libgnunet_plugin_datacache_template_la_LIBADD = \ 85libgnunet_plugin_datacache_template_la_LIBADD = \
85 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) 86 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
87 $(LTLIBINTL)
86libgnunet_plugin_datacache_template_la_LDFLAGS = \ 88libgnunet_plugin_datacache_template_la_LDFLAGS = \
87 $(GN_PLUGIN_LDFLAGS) 89 $(GN_PLUGIN_LDFLAGS)
88 90
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index e7bccbc06..e9774eddd 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -92,7 +92,8 @@ libgnunet_plugin_datastore_sqlite_la_SOURCES = \
92 plugin_datastore_sqlite.c 92 plugin_datastore_sqlite.c
93libgnunet_plugin_datastore_sqlite_la_LIBADD = \ 93libgnunet_plugin_datastore_sqlite_la_LIBADD = \
94 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 94 $(top_builddir)/src/statistics/libgnunetstatistics.la \
95 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 95 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \
96 $(LTLIBINTL)
96libgnunet_plugin_datastore_sqlite_la_LDFLAGS = \ 97libgnunet_plugin_datastore_sqlite_la_LDFLAGS = \
97 $(GN_PLUGIN_LDFLAGS) 98 $(GN_PLUGIN_LDFLAGS)
98 99
@@ -123,7 +124,8 @@ libgnunet_plugin_datastore_postgres_la_CPPFLAGS = \
123libgnunet_plugin_datastore_template_la_SOURCES = \ 124libgnunet_plugin_datastore_template_la_SOURCES = \
124 plugin_datastore_template.c 125 plugin_datastore_template.c
125libgnunet_plugin_datastore_template_la_LIBADD = \ 126libgnunet_plugin_datastore_template_la_LIBADD = \
126 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) 127 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
128 $(LTLIBINTL)
127libgnunet_plugin_datastore_template_la_LDFLAGS = \ 129libgnunet_plugin_datastore_template_la_LDFLAGS = \
128 $(GN_PLUGIN_LDFLAGS) 130 $(GN_PLUGIN_LDFLAGS)
129 131
@@ -233,4 +235,4 @@ EXTRA_DIST = \
233 perf_plugin_datastore_data_postgres.conf \ 235 perf_plugin_datastore_data_postgres.conf \
234 test_plugin_datastore_data_mysql.conf \ 236 test_plugin_datastore_data_mysql.conf \
235 test_plugin_datastore_data_postgres.conf \ 237 test_plugin_datastore_data_postgres.conf \
236 test_plugin_datastore_data_sqlite.conf \ No newline at end of file 238 test_plugin_datastore_data_sqlite.conf
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index b2d18d24e..0ea452db1 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -26,7 +26,8 @@ libgnunetdht_la_SOURCES = \
26 dht_api.c dht.h 26 dht_api.c dht.h
27libgnunetdht_la_LIBADD = \ 27libgnunetdht_la_LIBADD = \
28 $(top_builddir)/src/util/libgnunetutil.la \ 28 $(top_builddir)/src/util/libgnunetutil.la \
29 $(XLIB) 29 $(XLIB) \
30 $(LTLIBINTL)
30libgnunetdht_la_LDFLAGS = \ 31libgnunetdht_la_LDFLAGS = \
31 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 32 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
32 -version-info 1:0:1 33 -version-info 1:0:1
@@ -40,7 +41,8 @@ libgnunet_plugin_block_dht_la_SOURCES = \
40libgnunet_plugin_block_dht_la_LIBADD = \ 41libgnunet_plugin_block_dht_la_LIBADD = \
41 $(top_builddir)/src/hello/libgnunethello.la \ 42 $(top_builddir)/src/hello/libgnunethello.la \
42 $(top_builddir)/src/block/libgnunetblock.la \ 43 $(top_builddir)/src/block/libgnunetblock.la \
43 $(top_builddir)/src/util/libgnunetutil.la 44 $(top_builddir)/src/util/libgnunetutil.la \
45 $(LTLIBINTL)
44libgnunet_plugin_block_dht_la_LDFLAGS = \ 46libgnunet_plugin_block_dht_la_LDFLAGS = \
45 $(GN_PLUGIN_LDFLAGS) 47 $(GN_PLUGIN_LDFLAGS)
46libgnunet_plugin_block_dht_la_DEPENDENCIES = \ 48libgnunet_plugin_block_dht_la_DEPENDENCIES = \
diff --git a/src/fragmentation/Makefile.am b/src/fragmentation/Makefile.am
index c5027c7fd..7eb819d29 100644
--- a/src/fragmentation/Makefile.am
+++ b/src/fragmentation/Makefile.am
@@ -15,7 +15,8 @@ libgnunetfragmentation_la_SOURCES = \
15 defragmentation.c 15 defragmentation.c
16libgnunetfragmentation_la_LIBADD = -lm \ 16libgnunetfragmentation_la_LIBADD = -lm \
17 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 17 $(top_builddir)/src/statistics/libgnunetstatistics.la \
18 $(top_builddir)/src/util/libgnunetutil.la 18 $(top_builddir)/src/util/libgnunetutil.la \
19 $(LTLIBINTL)
19libgnunetfragmentation_la_LDFLAGS = \ 20libgnunetfragmentation_la_LDFLAGS = \
20 $(GN_LIB_LDFLAGS) \ 21 $(GN_LIB_LDFLAGS) \
21 -version-info 1:0:1 22 -version-info 1:0:1
@@ -33,4 +34,4 @@ test_fragmentation_LDADD = \
33 $(top_builddir)/src/fragmentation/libgnunetfragmentation.la \ 34 $(top_builddir)/src/fragmentation/libgnunetfragmentation.la \
34 $(top_builddir)/src/util/libgnunetutil.la 35 $(top_builddir)/src/util/libgnunetutil.la
35 36
36EXTRA_DIST = test_fragmentation_data.conf \ No newline at end of file 37EXTRA_DIST = test_fragmentation_data.conf
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index b916e4ee3..f68cad75b 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -177,7 +177,8 @@ libgnunet_plugin_block_fs_la_SOURCES = \
177 plugin_block_fs.c 177 plugin_block_fs.c
178libgnunet_plugin_block_fs_la_LIBADD = \ 178libgnunet_plugin_block_fs_la_LIBADD = \
179 $(top_builddir)/src/block/libgnunetblock.la \ 179 $(top_builddir)/src/block/libgnunetblock.la \
180 $(top_builddir)/src/util/libgnunetutil.la 180 $(top_builddir)/src/util/libgnunetutil.la \
181 $(LTLIBINTL)
181libgnunet_plugin_block_fs_la_LDFLAGS = \ 182libgnunet_plugin_block_fs_la_LDFLAGS = \
182 $(GN_PLUGIN_LDFLAGS) 183 $(GN_PLUGIN_LDFLAGS)
183libgnunet_plugin_block_fs_la_DEPENDENCIES = \ 184libgnunet_plugin_block_fs_la_DEPENDENCIES = \
diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am
index 26aa6c7c4..18cb6b29c 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -14,7 +14,8 @@ lib_LTLIBRARIES = libgnunethello.la
14libgnunethello_la_SOURCES = \ 14libgnunethello_la_SOURCES = \
15 hello.c address.c 15 hello.c address.c
16libgnunethello_la_LIBADD = \ 16libgnunethello_la_LIBADD = \
17 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 17 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \
18 $(LTLIBINTL)
18libgnunethello_la_LDFLAGS = \ 19libgnunethello_la_LDFLAGS = \
19 $(GN_LIB_LDFLAGS) \ 20 $(GN_LIB_LDFLAGS) \
20 -version-info 0:0:0 21 -version-info 0:0:0
diff --git a/src/lockmanager/Makefile.am b/src/lockmanager/Makefile.am
index 0fbc20b0f..056b8cc08 100644
--- a/src/lockmanager/Makefile.am
+++ b/src/lockmanager/Makefile.am
@@ -32,7 +32,8 @@ libgnunetlockmanager_la_SOURCES = \
32 lockmanager_api.c lockmanager.h 32 lockmanager_api.c lockmanager.h
33libgnunetlockmanager_la_LIBADD = \ 33libgnunetlockmanager_la_LIBADD = \
34 $(top_builddir)/src/util/libgnunetutil.la \ 34 $(top_builddir)/src/util/libgnunetutil.la \
35 $(XLIB) 35 $(XLIB) \
36 $(LTLIBINTL)
36libgnunetlockmanager_la_LDFLAGS = \ 37libgnunetlockmanager_la_LDFLAGS = \
37 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 38 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
38 -version-info 0:0:0 39 -version-info 0:0:0
@@ -65,4 +66,4 @@ test_lockmanager_api_servercrash_SOURCES = \
65 test_lockmanager_api_servercrash.c 66 test_lockmanager_api_servercrash.c
66test_lockmanager_api_servercrash_LDADD = \ 67test_lockmanager_api_servercrash_LDADD = \
67 $(top_builddir)/src/util/libgnunetutil.la \ 68 $(top_builddir)/src/util/libgnunetutil.la \
68 libgnunetlockmanager.la \ No newline at end of file 69 libgnunetlockmanager.la
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 7161b40aa..4c5dbb5d9 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -50,7 +50,8 @@ libgnunetmesh_la_SOURCES = \
50 mesh_api.c mesh.h mesh_protocol.h 50 mesh_api.c mesh.h mesh_protocol.h
51libgnunetmesh_la_LIBADD = \ 51libgnunetmesh_la_LIBADD = \
52 $(top_builddir)/src/util/libgnunetutil.la \ 52 $(top_builddir)/src/util/libgnunetutil.la \
53 $(XLIB) 53 $(XLIB) \
54 $(LTLIBINTL)
54libgnunetmesh_la_LDFLAGS = \ 55libgnunetmesh_la_LDFLAGS = \
55 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 56 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
56 -version-info 1:0:0 57 -version-info 1:0:0
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 7783506e9..2ab1942ee 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -99,7 +99,8 @@ libgnunet_plugin_namestore_sqlite_la_SOURCES = \
99libgnunet_plugin_namestore_sqlite_la_LIBADD = \ 99libgnunet_plugin_namestore_sqlite_la_LIBADD = \
100 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 100 $(top_builddir)/src/namestore/libgnunetnamestore.la \
101 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 101 $(top_builddir)/src/statistics/libgnunetstatistics.la \
102 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 102 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \
103 $(LTLIBINTL)
103libgnunet_plugin_namestore_sqlite_la_LDFLAGS = \ 104libgnunet_plugin_namestore_sqlite_la_LDFLAGS = \
104 $(GN_PLUGIN_LDFLAGS) 105 $(GN_PLUGIN_LDFLAGS)
105libgnunet_plugin_namestore_sqlite_la_DEPENDENCIES = \ 106libgnunet_plugin_namestore_sqlite_la_DEPENDENCIES = \
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index 468fab541..7ded60a9d 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -22,7 +22,8 @@ libgnunetpeerinfo_la_SOURCES = \
22libgnunetpeerinfo_la_LIBADD = \ 22libgnunetpeerinfo_la_LIBADD = \
23 $(top_builddir)/src/hello/libgnunethello.la \ 23 $(top_builddir)/src/hello/libgnunethello.la \
24 $(top_builddir)/src/util/libgnunetutil.la \ 24 $(top_builddir)/src/util/libgnunetutil.la \
25 $(XLIB) 25 $(XLIB) \
26 $(LTLIBINTL)
26libgnunetpeerinfo_la_LDFLAGS = \ 27libgnunetpeerinfo_la_LDFLAGS = \
27 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 28 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
28 -version-info 0:0:0 29 -version-info 0:0:0
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index b7b936004..a1b290e1b 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -32,7 +32,8 @@ libgnunettestbed_la_LIBADD = $(XLIB) \
32 $(top_builddir)/src/transport/libgnunettransport.la \ 32 $(top_builddir)/src/transport/libgnunettransport.la \
33 $(top_builddir)/src/hello/libgnunethello.la \ 33 $(top_builddir)/src/hello/libgnunethello.la \
34 -lm \ 34 -lm \
35 $(top_builddir)/src/util/libgnunetutil.la 35 $(top_builddir)/src/util/libgnunetutil.la \
36 $(LTLIBINTL)
36libgnunettestbed_la_LDFLAGS = \ 37libgnunettestbed_la_LDFLAGS = \
37 $(GN_LIB_LDFLAGS) \ 38 $(GN_LIB_LDFLAGS) \
38 -version-info 0:0:0 39 -version-info 0:0:0
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 572c03330..455df6989 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -48,7 +48,8 @@ libgnunettesting_la_LIBADD = $(XLIB) \
48 $(top_builddir)/src/transport/libgnunettransport.la \ 48 $(top_builddir)/src/transport/libgnunettransport.la \
49 $(top_builddir)/src/hello/libgnunethello.la \ 49 $(top_builddir)/src/hello/libgnunethello.la \
50 -lm \ 50 -lm \
51 $(top_builddir)/src/util/libgnunetutil.la 51 $(top_builddir)/src/util/libgnunetutil.la \
52 $(LTLIBINTL)
52libgnunettesting_la_LDFLAGS = \ 53libgnunettesting_la_LDFLAGS = \
53 $(GN_LIB_LDFLAGS) \ 54 $(GN_LIB_LDFLAGS) \
54 -version-info 0:1:0 55 -version-info 0:1:0
@@ -57,7 +58,8 @@ libgnunettesting_la_LDFLAGS = \
57libgnunettesting_new_la_SOURCES = \ 58libgnunettesting_new_la_SOURCES = \
58 testing_new.c 59 testing_new.c
59libgnunettesting_new_la_LIBADD = \ 60libgnunettesting_new_la_LIBADD = \
60 $(top_builddir)/src/util/libgnunetutil.la 61 $(top_builddir)/src/util/libgnunetutil.la \
62 $(LTLIBINTL)
61libgnunettesting_new_la_LDFLAGS = \ 63libgnunettesting_new_la_LDFLAGS = \
62 $(GN_LIB_LDFLAGS) \ 64 $(GN_LIB_LDFLAGS) \
63 -version-info 0:1:0 65 -version-info 0:1:0
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index b04087420..8a318b961 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -165,14 +165,16 @@ libgnunet_plugin_transport_tcp_la_LIBADD = \
165 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 165 $(top_builddir)/src/statistics/libgnunetstatistics.la \
166 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 166 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
167 $(top_builddir)/src/nat/libgnunetnat.la \ 167 $(top_builddir)/src/nat/libgnunetnat.la \
168 $(top_builddir)/src/util/libgnunetutil.la 168 $(top_builddir)/src/util/libgnunetutil.la \
169 $(LTLIBINTL)
169libgnunet_plugin_transport_tcp_la_LDFLAGS = \ 170libgnunet_plugin_transport_tcp_la_LDFLAGS = \
170 $(GN_PLUGIN_LDFLAGS) 171 $(GN_PLUGIN_LDFLAGS)
171 172
172libgnunet_plugin_transport_template_la_SOURCES = \ 173libgnunet_plugin_transport_template_la_SOURCES = \
173 plugin_transport_template.c 174 plugin_transport_template.c
174libgnunet_plugin_transport_template_la_LIBADD = \ 175libgnunet_plugin_transport_template_la_LIBADD = \
175 $(top_builddir)/src/util/libgnunetutil.la 176 $(top_builddir)/src/util/libgnunetutil.la \
177 $(LTLIBINTL)
176libgnunet_plugin_transport_template_la_LDFLAGS = \ 178libgnunet_plugin_transport_template_la_LDFLAGS = \
177 $(GN_PLUGIN_LDFLAGS) 179 $(GN_PLUGIN_LDFLAGS)
178 180
@@ -196,7 +198,8 @@ libgnunet_plugin_transport_udp_la_LIBADD = \
196 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 198 $(top_builddir)/src/statistics/libgnunetstatistics.la \
197 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 199 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
198 $(top_builddir)/src/nat/libgnunetnat.la \ 200 $(top_builddir)/src/nat/libgnunetnat.la \
199 $(top_builddir)/src/util/libgnunetutil.la 201 $(top_builddir)/src/util/libgnunetutil.la \
202 $(LTLIBINTL)
200libgnunet_plugin_transport_udp_la_LDFLAGS = \ 203libgnunet_plugin_transport_udp_la_LDFLAGS = \
201 $(GN_PLUGIN_LDFLAGS) 204 $(GN_PLUGIN_LDFLAGS)
202 205
@@ -206,7 +209,8 @@ libgnunet_plugin_transport_unix_la_LIBADD = \
206 $(top_builddir)/src/hello/libgnunethello.la \ 209 $(top_builddir)/src/hello/libgnunethello.la \
207 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 210 $(top_builddir)/src/statistics/libgnunetstatistics.la \
208 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 211 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
209 $(top_builddir)/src/util/libgnunetutil.la 212 $(top_builddir)/src/util/libgnunetutil.la \
213 $(LTLIBINTL)
210libgnunet_plugin_transport_unix_la_LDFLAGS = \ 214libgnunet_plugin_transport_unix_la_LDFLAGS = \
211 $(GN_PLUGIN_LDFLAGS) 215 $(GN_PLUGIN_LDFLAGS)
212 216
diff --git a/src/tun/Makefile.am b/src/tun/Makefile.am
index 390ce9e1e..3b2b573b6 100644
--- a/src/tun/Makefile.am
+++ b/src/tun/Makefile.am
@@ -14,7 +14,8 @@ lib_LTLIBRARIES = libgnunettun.la
14libgnunettun_la_SOURCES = \ 14libgnunettun_la_SOURCES = \
15 tun.c 15 tun.c
16libgnunettun_la_LIBADD = \ 16libgnunettun_la_LIBADD = \
17 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 17 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \
18 $(LTLIBINTL)
18libgnunettun_la_LDFLAGS = \ 19libgnunettun_la_LDFLAGS = \
19 $(GN_LIB_LDFLAGS) \ 20 $(GN_LIB_LDFLAGS) \
20 -version-info 0:0:0 21 -version-info 0:0:0
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 8414ef225..5426953fc 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -107,6 +107,7 @@ libgnunetutil_la_LIBADD = \
107 $(GCLIBADD) $(WINLIB) \ 107 $(GCLIBADD) $(WINLIB) \
108 $(LIBGCRYPT_LIBS) \ 108 $(LIBGCRYPT_LIBS) \
109 $(LTLIBICONV) \ 109 $(LTLIBICONV) \
110 $(LTLIBINTL) \
110 -lltdl -lz -lunistring $(XLIB) 111 -lltdl -lz -lunistring $(XLIB)
111 112
112libgnunetutil_la_LDFLAGS = \ 113libgnunetutil_la_LDFLAGS = \