aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
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 /src/gns/Makefile.am
parent90261cefc0f0417fe34e32f459b892e7b10286eb (diff)
downloadgnunet-dfcab34c5af80c0068299bacb16ffc461bf3c1ad.tar.gz
gnunet-dfcab34c5af80c0068299bacb16ffc461bf3c1ad.zip
add $(GN_LIBINTL) to Makefile.am (fixes 0005902)
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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