summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-22 09:53:58 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-16 10:11:45 +0200
commit8cee891eaeb5fdc7402e7b0d9c132ea97baf4097 (patch)
tree9e357ea3b7608ab100f97d6448cfd0d6c97825ae
parent0ba16aab92d45223bffd857403e95dcd94be952e (diff)
CWS gnumake4: convert wizards to new build system
-rw-r--r--postprocess/packcomponents/makefile.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index e6bd27b..6e55914 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -251,16 +251,16 @@ my_components += \
XMergeBridge \
XSLTFilter.jar \
XSLTValidate \
- agenda \
- fax \
- form \
+ component/wizards/com/sun/star/wizards/agenda/agenda \
+ component/wizards/com/sun/star/wizards/fax/fax \
+ component/wizards/com/sun/star/wizards/form/form \
hsqldb \
jdbc \
- letter \
- query \
- report \
- table \
- web
+ component/wizards/com/sun/star/wizards/letter/letter \
+ component/wizards/com/sun/star/wizards/query/query \
+ component/wizards/com/sun/star/wizards/report/report \
+ component/wizards/com/sun/star/wizards/table/table \
+ component/wizards/com/sun/star/wizards/web/web
.END
.IF "$(WITH_BINFILTER)" != "NO"