summaryrefslogtreecommitdiff
path: root/sfx2/workben/custompanel/makefile.mk
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-03-04 17:22:12 +0100
committerKohei Yoshida <kyoshida@novell.com>2011-03-05 14:49:39 -0500
commit6cf25e3d1b7eb823e2193befc816adcbb682a13b (patch)
treeb967cac15603e2277d1bef31646b3ce07afc4f67 /sfx2/workben/custompanel/makefile.mk
parent6153334a2bb4008541345917eec86236eaf27e3f (diff)
fix custom-tool-panel build dependencies
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
Diffstat (limited to 'sfx2/workben/custompanel/makefile.mk')
-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