summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-08-19 15:17:47 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-08-19 15:20:20 -0400
commit3c880648fb99b0f7d276dd2ef1eaf99127a85c46 (patch)
treeb13a35b36fe1de65a234e8f43749b0650743e8bf
parent67f762250276aeaa65b5d96de0e12d45093b947d (diff)
Fixes link error on Windows.
-rw-r--r--vcl/Library_vcl.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index ec44923adbaa..c69e14323183 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))