[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:56:23 PDT 2012


 shell/Library_shlxthdl.mk     |    2 +-
 shell/Library_shlxthdl_x64.mk |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6fc42e6e989127737e4381b621bce2b7513ae946
Author: David Tardon <dtardon at redhat.com>
Date:   Mon May 28 09:55:20 2012 +0200

    fix library name
    
    Change-Id: I3d54f1144e9faba3b2f1d022c4a34201c6c3b0e4

diff --git a/shell/Library_shlxthdl.mk b/shell/Library_shlxthdl.mk
index 884688d..199cc8d 100644
--- a/shell/Library_shlxthdl.mk
+++ b/shell/Library_shlxthdl.mk
@@ -68,7 +68,7 @@ $(eval $(call gb_Library_use_libraries,shlxthdl,\
 
 $(eval $(call gb_Library_use_static_libraries,shlxthdl,\
 	shlxthandler_common \
-	shlxthandler_xmlparser \
+	shell_xmlparser \
 ))
 
 $(eval $(call gb_Library_add_nativeres,shlxthdl,shlxthdl))
diff --git a/shell/Library_shlxthdl_x64.mk b/shell/Library_shlxthdl_x64.mk
index 9bd6332..5411162 100644
--- a/shell/Library_shlxthdl_x64.mk
+++ b/shell/Library_shlxthdl_x64.mk
@@ -74,7 +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 \
+	shell_xmlparser_x64 \
 ))
 
 $(eval $(call gb_Library_add_nativeres,shlxthdl_x64,shlxthdl))


More information about the Libreoffice-commits mailing list