summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-21 15:33:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-21 15:33:40 +0100
commit0538506fb42e42b7e696dc7875c69cb8ebc65c50 (patch)
tree5cdb4b692754aa58bd802e0b987845b22d0ff0ce
parentaba21544bc36cba0cb24778da493ac32c697c3cb (diff)
ah, not windows only of course
-rw-r--r--desktop/Executable_soffice.bin.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/Executable_soffice.bin.mk b/desktop/Executable_soffice.bin.mk
index db23a7c6b04f..19fccb4edb12 100644
--- a/desktop/Executable_soffice.bin.mk
+++ b/desktop/Executable_soffice.bin.mk
@@ -38,7 +38,6 @@ $(eval $(call gb_Executable_set_include,soffice.bin,\
$(eval $(call gb_Executable_add_linked_libs,soffice.bin,\
sal \
sofficeapp \
- user32 \
))
$(eval $(call gb_Executable_add_cobjects,soffice.bin,\
@@ -48,6 +47,10 @@ $(eval $(call gb_Executable_add_cobjects,soffice.bin,\
ifeq ($(OS),WNT)
+$(eval $(call gb_Executable_add_linked_libs,soffice.bin,\
+ user32 \
+))
+
$(eval $(call gb_Executable_add_linked_static_libs,soffice.bin,\
ooopathutils \
))