summaryrefslogtreecommitdiff
path: root/basegfx/Library_basegfx.mk
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-11-05 06:44:10 -0700
committerJoseph Powers <jpowers27@cox.net>2011-11-05 07:12:40 -0700
commit59829f4fd20f4238941123412423caa76e8be1a6 (patch)
tree09ff40e2ca18edfdf4a344ed35515efacd56d90c /basegfx/Library_basegfx.mk
parentabb87485415b941d81324b91ebe018849e7b8b47 (diff)
Why build empty objects.
The source files don't generate any code and just declare an inline class; thus, the compiled object is empty and we don't need to link it in.
Diffstat (limited to 'basegfx/Library_basegfx.mk')
-rw-r--r--basegfx/Library_basegfx.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk
index 8353ff69673b..ff05f11023ad 100644
--- a/basegfx/Library_basegfx.mk
+++ b/basegfx/Library_basegfx.mk
@@ -121,10 +121,7 @@ $(eval $(call gb_Library_add_exception_objects,basegfx,\
basegfx/source/curve/b2dcubicbezier \
basegfx/source/curve/b2dquadraticbezier \
basegfx/source/color/bcolormodifier \
- basegfx/source/color/bcolor \
basegfx/source/color/bcolortools \
- basegfx/source/raster/bpixelraster \
- basegfx/source/raster/bzpixelraster \
basegfx/source/raster/rasterconvert3d \
))