diff options
author | Christian Lippka <cl@openoffice.org> | 2000-10-09 11:49:50 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2000-10-09 11:49:50 +0000 |
commit | e74d429c830ad6666fbf5bbe5c67d7d73714b2ae (patch) | |
tree | cb8fa5fa117e8a287f6779a4222028cfed667ed3 /svx | |
parent | 6136acd372822779da02f17f6b13e3d72a0e7fce (diff) |
added missing file for svx light version
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/items/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/items/makefile.mk b/svx/source/items/makefile.mk index bb5b8d9bcad8..3ffa293cfb0c 100644 --- a/svx/source/items/makefile.mk +++ b/svx/source/items/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:01:21 $ +# last change: $Author: cl $ $Date: 2000-10-09 12:49:50 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -134,7 +134,8 @@ SVXLIGHTOBJFILES= \ $(OBJ)$/chrtitem.obj \ $(OBJ)$/bulitem.obj \ $(OBJ)$/e3ditem.obj \ - $(OBJ)$/numitem.obj + $(OBJ)$/numitem.obj \ + $(OBJ)$/grfitem.obj \ .INCLUDE : target.mk |