summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorRoman Bogorodskiy <bogorodskiy@gmail.com>2011-07-28 17:43:41 +0400
committerStef Walter <stefw@collabora.co.uk>2011-07-29 13:51:50 +0200
commit24d5da1bfa82e296872ae1ef62dbc073780edf20 (patch)
treef1151d66326b984691bef7556264b0f19fd7f0aa /tools/Makefile.am
parent8f4923bcaa66809aa247859b48f2d67d8950097e (diff)
Fix building with NLS enabled.
https://bugs.freedesktop.org/show_bug.cgi?id=39622
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 2f4b6cc..13920d7 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -8,4 +8,5 @@ bin_PROGRAMS = \
p11-kit
p11_kit_LDADD = \
- $(top_builddir)/p11-kit/libp11-kit.la
+ $(top_builddir)/p11-kit/libp11-kit.la \
+ $(LTLIBINTL)