diff options
author | Radek Doulik <rodo@novell.com> | 2011-10-06 15:08:23 +0200 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2011-10-06 15:09:37 +0200 |
commit | 39160c1044ef2189a76b9c17496f5024312e7458 (patch) | |
tree | 364c2ea78da496d5669ef898e211294f31ebe861 /oox | |
parent | 4cd6e07a84df42e8fa961f3faef7c316b080ce03 (diff) |
added new source files to the .mk file
Diffstat (limited to 'oox')
-rw-r--r-- | oox/Library_oox.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk index 8de35c9056ee..52d7dda865c3 100644 --- a/oox/Library_oox.mk +++ b/oox/Library_oox.mk @@ -125,7 +125,12 @@ $(eval $(call gb_Library_add_exception_objects,oox,\ oox/source/drawingml/color \ oox/source/drawingml/connectorshapecontext \ oox/source/drawingml/customshapegeometry \ - oox/source/drawingml/customshapepresets \ + oox/source/drawingml/customshapepresets1 \ + oox/source/drawingml/customshapepresets2 \ + oox/source/drawingml/customshapepresets3 \ + oox/source/drawingml/customshapepresets4 \ + oox/source/drawingml/customshapepresets5 \ + oox/source/drawingml/customshapepresets6 \ oox/source/drawingml/customshapeproperties \ oox/source/drawingml/diagram/constraintlistcontext \ oox/source/drawingml/diagram/datamodelcontext \ |