summaryrefslogtreecommitdiff
path: root/p11-kit/Makefile.am
diff options
context:
space:
mode:
authorDr. Volker Zell <dr.volker.zell@oracle.com>2011-10-25 22:17:42 +0200
committerStef Walter <stefw@collabora.co.uk>2011-10-25 22:17:42 +0200
commit77bab108dd2a7d1c55468cc991c22397fb5f8ba5 (patch)
tree2b899e649de230d9164a8dba62277fe54f4d9360 /p11-kit/Makefile.am
parent69f7eaa0508326f07832b91557f9e1ad8e6864c6 (diff)
downloadp11-kit-77bab108dd2a7d1c55468cc991c22397fb5f8ba5.tar.gz
Fix broken build on cygwin and mingw
* Add correct linking options for libintl
Diffstat (limited to 'p11-kit/Makefile.am')
-rw-r--r--p11-kit/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am
index 72623b3..ee39319 100644
--- a/p11-kit/Makefile.am
+++ b/p11-kit/Makefile.am
@@ -46,6 +46,8 @@ libp11_kit_la_LDFLAGS = \
libp11_kit_la_SOURCES = $(MODULE_SRCS)
+libp11_kit_la_LIBADD = $(LTLIBINTL)
+
libp11_kit_testable_la_LDFLAGS = \
-no-undefined