diff options
Diffstat (limited to 'basegfx/source/point/makefile.mk')
-rw-r--r-- | basegfx/source/point/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basegfx/source/point/makefile.mk b/basegfx/source/point/makefile.mk index 6be5eace0c9c..639b03621b13 100644 --- a/basegfx/source/point/makefile.mk +++ b/basegfx/source/point/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: aw $ $Date: 2003-10-28 11:26:15 $ +# last change: $Author: aw $ $Date: 2003-11-06 16:30:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,7 +75,7 @@ TARGET=point # --- Files ------------------------------------- SLOFILES= \ - $(SLO)$/b3dpoint.obj \ + $(SLO)$/b2dpoint.obj \ $(SLO)$/b2dhompoint.obj \ $(SLO)$/b3dpoint.obj \ $(SLO)$/b3dhompoint.obj |