diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-22 09:53:58 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-16 10:11:45 +0200 |
commit | 57c43b0dea54de5db1b8b0e242c9dfd28af303a2 (patch) | |
tree | a4dae54f73873d754548fc19188287af15279e14 /postprocess | |
parent | 9edb428b1e8f2a250158b1f57d25ea6388a6125d (diff) |
CWS gnumake4: convert wizards to new build system
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index e6bd27bce039..6e55914da0f1 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" |