aboutsummaryrefslogtreecommitdiff
path: root/src/nat
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/nat
parent90261cefc0f0417fe34e32f459b892e7b10286eb (diff)
downloadgnunet-dfcab34c5af80c0068299bacb16ffc461bf3c1ad.tar.gz
gnunet-dfcab34c5af80c0068299bacb16ffc461bf3c1ad.zip
add $(GN_LIBINTL) to Makefile.am (fixes 0005902)
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index 63a11f1fe..3eea5e2a4 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -42,6 +42,8 @@ gnunet_nat_SOURCES = \
42gnunet_nat_LDADD = \ 42gnunet_nat_LDADD = \
43 libgnunetnatnew.la \ 43 libgnunetnatnew.la \
44 $(top_builddir)/src/util/libgnunetutil.la 44 $(top_builddir)/src/util/libgnunetutil.la
45gnunet_nat_LDFLAGS = \
46 $(GN_LIBINTL)
45 47
46 48
47if USE_COVERAGE 49if USE_COVERAGE