[Libreoffice-commits] .: Branch 'libreoffice-3-3' - sfx2/workben

Kohei Yoshida kohei at kemper.freedesktop.org
Sat Mar 5 11:52:18 PST 2011


 sfx2/workben/custompanel/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6cf25e3d1b7eb823e2193befc816adcbb682a13b
Author: Petr Mladek <pmladek at suse.cz>
Date:   Fri Mar 4 17:22:12 2011 +0100

    fix custom-tool-panel build dependencies
    
    Signed-off-by: Kohei Yoshida <kyoshida at novell.com>

diff --git a/sfx2/workben/custompanel/makefile.mk b/sfx2/workben/custompanel/makefile.mk
index 1eb20ce..20780a0 100644
--- a/sfx2/workben/custompanel/makefile.mk
+++ b/sfx2/workben/custompanel/makefile.mk
@@ -91,7 +91,7 @@ COMPONENT_IMAGES= \
     $(EXTENSIONDIR)/panel.png
 
 # ........ dependencies for packaging the extension ........
-EXTENSION_PACKDEPS=makefile.mk $(COMPONENT_IMAGES)
+EXTENSION_PACKDEPS=makefile.mk $(COMPONENT_XCU) $(COMPONENT_LIBRARIES) $(COMPONENT_IMAGES)
 
 # --- Targets ------------------------------------------------------
 .INCLUDE : extension_pre.mk


More information about the Libreoffice-commits mailing list