summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-03-04 17:22:12 +0100
committerPetr Mladek <pmladek@suse.cz>2011-03-04 17:23:20 +0100
commit73c529b72c2b7d91e5b1e8938b5c59e6e72299e8 (patch)
tree2c80c1279fc28e55eedad5ac10aa2457cb9fa1d3
parent5e30dec97089f3f471f850b17ebacdb351c11182 (diff)
fix custom-tool-panel build dependencies
-rw-r--r--sfx2/workben/custompanel/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/workben/custompanel/makefile.mk b/sfx2/workben/custompanel/makefile.mk
index 1eb20ceed3..20780a0655 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