diff options
-rw-r--r-- | basegfx/util/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basegfx/util/makefile.mk b/basegfx/util/makefile.mk index 724e9d9054b5..a595fdafa48a 100644 --- a/basegfx/util/makefile.mk +++ b/basegfx/util/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # # This file is part of OpenOffice.org. # @@ -50,7 +50,10 @@ LIB1FILES=\ $(SLB)$/range.lib \ $(SLB)$/tuple.lib \ $(SLB)$/tools.lib \ - $(SLB)$/vector.lib + $(SLB)$/vector.lib \ + $(SLB)$/color.lib \ + $(SLB)$/pixel.lib \ + $(SLB)$/raster.lib SHL1TARGET= basegfx$(DLLPOSTFIX) .IF "$(GUI)" == "OS2" |