diff options
author | Carsten Driesner <cd@openoffice.org> | 2001-11-09 07:05:25 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2001-11-09 07:05:25 +0000 |
commit | cd30d42af0e0a15aed82dc8c1df6451bb0244165 (patch) | |
tree | c753712508c615cad0f8afe19c418d5ec1606413 /framework/util/makefile.mk | |
parent | c5f82f0193912c6608c79414e6c49222786c518e (diff) |
#93921# xml read/write code for images
Diffstat (limited to 'framework/util/makefile.mk')
-rw-r--r-- | framework/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index e2952111d704..0c0162aa01bf 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.55 $ +# $Revision: 1.56 $ # -# last change: $Author: as $ $Date: 2001-11-08 12:01:15 $ +# last change: $Author: cd $ $Date: 2001-11-09 08:05:25 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -96,7 +96,8 @@ LIB1OBJFILES= $(SLO)$/attributelist.obj \ $(SLO)$/toolboxdocumenthandler.obj \ $(SLO)$/toolboxlayoutdocumenthandler.obj \ $(SLO)$/imagesconfiguration.obj \ - $(SLO)$/xmlnamespaces.obj + $(SLO)$/imagesdocumenthandler.obj \ + $(SLO)$/xmlnamespaces.obj # --- internal import ------------------------------------------------- |