[Libreoffice-commits] .: Branch 'feature/gbuild_merge' - shell/Library_propertyhdl.mk shell/Library_propertyhdl_x64.mk

David Tardon dtardon at kemper.freedesktop.org
Mon May 28 01:19:23 PDT 2012


 shell/Library_propertyhdl.mk     |    1 +
 shell/Library_propertyhdl_x64.mk |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 6a907d63a3bf76caf91139fe3334ae9a8d31c7d3
Author: David Tardon <dtardon at redhat.com>
Date:   Mon May 28 10:19:06 2012 +0200

    propertyhdl needs shell_xmlparser too
    
    Change-Id: I0545b500896682f4999b032bdd638978bad538c8

diff --git a/shell/Library_propertyhdl.mk b/shell/Library_propertyhdl.mk
index c44786d..250a530 100644
--- a/shell/Library_propertyhdl.mk
+++ b/shell/Library_propertyhdl.mk
@@ -81,6 +81,7 @@ endif
 endif
 
 $(eval $(call gb_Library_use_static_libraries,propertyhdl,\
+	shell_xmlparser \
 	shlxthandler_common \
 ))
 
diff --git a/shell/Library_propertyhdl_x64.mk b/shell/Library_propertyhdl_x64.mk
index 847a859..af9fa22 100644
--- a/shell/Library_propertyhdl_x64.mk
+++ b/shell/Library_propertyhdl_x64.mk
@@ -74,6 +74,7 @@ $(eval $(call gb_Library_use_libraries,propertyhdl_x64,\
 ))
 
 $(eval $(call gb_Library_use_static_libraries,propertyhdl_x64,\
+	shell_xmlparser_x64 \
 	shlxthandler_common_x64 \
 ))
 


More information about the Libreoffice-commits mailing list