[Libreoffice-commits] .: desktop/Executable_soffice.mk
Jan Holesovsky
kendy at kemper.freedesktop.org
Mon Sep 19 04:18:05 PDT 2011
desktop/Executable_soffice.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c2ecd9137d5c2e4d82f32cce582fad393eda9cf5
Author: Jan Holesovsky <kendy at suse.cz>
Date: Mon Sep 19 13:17:01 2011 +0200
Fix endless loop during building soffice.exe deps on Windows.
diff --git a/desktop/Executable_soffice.mk b/desktop/Executable_soffice.mk
index af53510..02eba09 100644
--- a/desktop/Executable_soffice.mk
+++ b/desktop/Executable_soffice.mk
@@ -40,8 +40,8 @@ $(eval $(call gb_Executable_add_linked_libs,soffice,\
))
$(eval $(call gb_Executable_add_cobjects,soffice,\
- desktop/source/app/copyright_ascii_ooo.c \
- desktop/source/app/main.c \
+ desktop/source/app/copyright_ascii_ooo \
+ desktop/source/app/main \
))
$(eval $(call gb_Executable_add_linked_static_libs,soffice,\
More information about the Libreoffice-commits
mailing list