summaryrefslogtreecommitdiff
path: root/sfx2/workben
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
commit2feb4340b65b53c9d3b23d39461f870d8c3d4978 (patch)
tree26132cb8e4e4f42226f8c9e911ad81f33f8ec53f /sfx2/workben
parent7bfc7bd69dee2bc8af4f3a80727517dc54833deb (diff)
fix custom-tool-panel build dependencies
Diffstat (limited to 'sfx2/workben')
-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 1eb20ceed35d..20780a065592 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