[Libreoffice-commits] .: vcl/Library_vcl.mk

Kohei Yoshida kohei at kemper.freedesktop.org
Fri Aug 19 12:22:57 PDT 2011


 vcl/Library_vcl.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 3c880648fb99b0f7d276dd2ef1eaf99127a85c46
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Fri Aug 19 15:17:47 2011 -0400

    Fixes link error on Windows.

diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index ec44923..c69e143 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -2,7 +2,7 @@
 #*************************************************************************
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-# 
+#
 # Copyright 2000, 2010 Oracle and/or its affiliates.
 #
 # OpenOffice.org - a multi-platform office productivity suite
@@ -504,6 +504,7 @@ $(eval $(call gb_Library_add_linked_libs,vcl,\
     uuid \
     uwinapi \
     winspool \
+    version \
 ))
 
 $(eval $(call gb_Library_add_nativeres,vcl,src))


More information about the Libreoffice-commits mailing list