summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/packcomponents/makefile.mk38
1 files changed, 18 insertions, 20 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index 9a4eeaef063d..619e335bc193 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -48,11 +48,13 @@ my_components = \
bib \
cached1 \
calc \
- canvasfactory \
component/chart2/source/controller/chartcontroller \
component/chart2/source/model/chartmodel \
component/chart2/source/tools/charttools \
component/chart2/source/view/chartview \
+ component/canvas/source/factory/canvasfactory \
+ component/canvas/source/simplecanvas/simplecanvas \
+ component/canvas/source/vcl/vclcanvas \
component/comphelper/util/comphelp \
component/cui/util/cui \
component/dbaccess/source/ext/adabas/adabasui \
@@ -98,6 +100,7 @@ my_components = \
component/sw/util/sw \
component/sw/util/swd \
component/sw/util/vbaswobj \
+ component/unotools/util/utl \
component/toolkit/util/tk \
component/unotools/util/utl \
component/unoxml/source/rdf/unordf \
@@ -107,6 +110,7 @@ my_components = \
component/writerfilter/util/writerfilter \
component/xmloff/source/transform/xof \
component/xmloff/util/xo \
+ component/xmlscript/util/xcr \
configmgr \
ctl \
date \
@@ -119,7 +123,6 @@ my_components = \
dlgprov \
embobj \
evtatt \
- fastsax \
filterconfig1 \
flash \
flat \
@@ -129,7 +132,6 @@ my_components = \
hyphen \
i18npool \
i18nsearch \
- lng \
lnth \
localebe1 \
log \
@@ -150,12 +152,10 @@ my_components = \
preload \
protocolhandler \
res \
- sax \
sb \
scn \
scriptframe \
sdbc2 \
- simplecanvas \
solver \
spell \
spl \
@@ -179,11 +179,9 @@ my_components = \
updchk.uno \
uui \
vbaevents \
- vclcanvas \
visiofilter \
wpft \
wpgfilter \
- xcr \
xmlfa \
xmlfd \
xmx \
@@ -211,8 +209,8 @@ my_components += emboleobj
my_components += ucpdav1
.END
-.IF "$(ENABLE_CAIRO)" == "TRUE"
-my_components += cairocanvas
+.IF "$(ENABLE_CAIRO_CANVAS)" == "TRUE"
+my_components += component/canvas/source/cairo/cairocanvas
.END
.IF "$(ENABLE_GCONF)" != ""
@@ -259,16 +257,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"
@@ -321,12 +319,12 @@ my_components += \
.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != ""
my_components += \
avmediawin \
- directx9canvas \
- gdipluscanvas
+ component/canvas/source/directx/directx9canvas \
+ component/canvas/source/directx/gdipluscanvas
.END
.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != "" && "$(USE_DIRECTX5)" != ""
-my_components += directx5canvas
+my_components += component/canvas/source/directx/directx5canvas
.END
.IF "$(OS)" == "LINUX" || "$(OS)" == "NETBSD" || \