[Libreoffice-commits] .: Branch 'feature/gbuild_merge' - shell/Library_shlxthdl.mk shell/Library_shlxthdl_x64.mk
David Tardon
dtardon at kemper.freedesktop.org
Mon May 28 00:29:56 PDT 2012
shell/Library_shlxthdl.mk | 1 +
shell/Library_shlxthdl_x64.mk | 1 +
2 files changed, 2 insertions(+)
New commits:
commit 9cf2bc1118a9176d4d538b5c6497af0924ec4d13
Author: David Tardon <dtardon at redhat.com>
Date: Mon May 28 09:29:31 2012 +0200
link with shlxthandler_xmlparser too
Change-Id: I397ec74fcb8f3775010aae901fdd6c05c9824e1b
diff --git a/shell/Library_shlxthdl.mk b/shell/Library_shlxthdl.mk
index c183060..884688d 100644
--- a/shell/Library_shlxthdl.mk
+++ b/shell/Library_shlxthdl.mk
@@ -68,6 +68,7 @@ $(eval $(call gb_Library_use_libraries,shlxthdl,\
$(eval $(call gb_Library_use_static_libraries,shlxthdl,\
shlxthandler_common \
+ shlxthandler_xmlparser \
))
$(eval $(call gb_Library_add_nativeres,shlxthdl,shlxthdl))
diff --git a/shell/Library_shlxthdl_x64.mk b/shell/Library_shlxthdl_x64.mk
index bbdcbde..9bd6332 100644
--- a/shell/Library_shlxthdl_x64.mk
+++ b/shell/Library_shlxthdl_x64.mk
@@ -74,6 +74,7 @@ $(eval $(call gb_Library_use_libraries,shlxthdl_x64,\
$(eval $(call gb_Library_use_static_libraries,shlxthdl_x64,\
shlxthandler_common_x64 \
+ shlxthandler_xmlparser_x64 \
))
$(eval $(call gb_Library_add_nativeres,shlxthdl_x64,shlxthdl))
More information about the Libreoffice-commits
mailing list