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