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