[Libreoffice-commits] .: hwpfilter/Library_hwp.mk

Tor Lillqvist tml at kemper.freedesktop.org
Thu Jun 16 07:09:44 PDT 2011


 hwpfilter/Library_hwp.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 700f06f357b3bbaaba2b7a38fb640f3581138deb
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Thu Jun 16 17:06:16 2011 +0300

    Link with user32 for Windows

diff --git a/hwpfilter/Library_hwp.mk b/hwpfilter/Library_hwp.mk
index 321d4be..d6096a4 100644
--- a/hwpfilter/Library_hwp.mk
+++ b/hwpfilter/Library_hwp.mk
@@ -61,6 +61,7 @@ ifeq ($(OS),WNT)
 
 $(eval $(call gb_Library_add_linked_libs,hwp,\
     ole32 \
+    user32 \
     uuid \
 ))
 


More information about the Libreoffice-commits mailing list