diff options
author | Armin Weiss <aw@openoffice.org> | 2007-12-18 14:10:54 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2007-12-18 14:10:54 +0000 |
commit | 43f54a02f8aff4f4f9a0ad4be3c1edb3c5e9eb31 (patch) | |
tree | dc42dc23c3c382ea34e564ffad8903145a24129c /drawinglayer/util | |
parent | 9eb0f8b0cc4b61c3c99cc19e015f176498468cce (diff) |
#i39532# added rudimentary canvas renderer
Diffstat (limited to 'drawinglayer/util')
-rw-r--r-- | drawinglayer/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drawinglayer/util/makefile.mk b/drawinglayer/util/makefile.mk index 90d87767c208..ef4427294f15 100644 --- a/drawinglayer/util/makefile.mk +++ b/drawinglayer/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: aw $ $Date: 2007-10-16 15:46:52 $ +# last change: $Author: aw $ $Date: 2007-12-18 15:10:54 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -65,6 +65,7 @@ SHL1STDLIBS=\ $(TOOLSLIB) \ $(SVLLIB) \ $(TKLIB) \ + $(CANVASTOOLSLIB) \ $(SVTOOLLIB) \ $(SALLIB) \ $(CPPUHELPERLIB) \ |