shell/Library_shlxthdl.mk | 1 + shell/Library_shlxthdl_x64.mk | 1 + 2 files changed, 2 insertions(+)
New commits: commit 9cf2bc1118a9176d4d538b5c6497af0924ec4d13 Author: David Tardon <[email protected]> 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)) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
