summaryrefslogtreecommitdiff
path: root/oox/Library_oox.mk
diff options
context:
space:
mode:
Diffstat (limited to 'oox/Library_oox.mk')
-rw-r--r--oox/Library_oox.mk13
1 files changed, 7 insertions, 6 deletions
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk
index b1b81646d036..a50e25b59816 100644
--- a/oox/Library_oox.mk
+++ b/oox/Library_oox.mk
@@ -207,12 +207,13 @@ $(eval $(call gb_Library_add_exception_objects,oox,\
oox/source/dump/dumperbase \
oox/source/dump/oledumper \
oox/source/dump/pptxdumper \
- oox/source/export/chartexport \
- oox/source/export/ColorPropertySet \
- oox/source/export/drawingml \
- oox/source/export/SchXMLSeriesHelper \
- oox/source/export/shapes \
- oox/source/export/vmlexport \
+ $(if $(filter EXPORT,$(BUILD_TYPE)), \
+ oox/source/export/chartexport \
+ oox/source/export/ColorPropertySet \
+ oox/source/export/drawingml \
+ oox/source/export/SchXMLSeriesHelper \
+ oox/source/export/shapes \
+ oox/source/export/vmlexport) \
oox/source/helper/attributelist \
oox/source/helper/binaryinputstream \
oox/source/helper/binaryoutputstream \