diff options
author | Dr. Volker Zell <dr.volker.zell@oracle.com> | 2011-10-25 22:17:42 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-10-25 22:17:42 +0200 |
commit | 77bab108dd2a7d1c55468cc991c22397fb5f8ba5 (patch) | |
tree | 2b899e649de230d9164a8dba62277fe54f4d9360 /p11-kit | |
parent | 69f7eaa0508326f07832b91557f9e1ad8e6864c6 (diff) |
Fix broken build on cygwin and mingw
* Add correct linking options for libintl
Diffstat (limited to 'p11-kit')
-rw-r--r-- | p11-kit/Makefile.am | 2 |
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 |