diff options
author | Armin Weiss <aw@openoffice.org> | 2008-07-21 16:41:18 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2008-07-21 16:41:18 +0000 |
commit | 234f4e1222ba2f6d1ad5e0236452471c5dc39a4a (patch) | |
tree | 4b0f28b80f7cf9de28b6873432635083c55aff58 /drawinglayer/util | |
parent | ce84d04cecb0642ec1ca57ba1fa32f8457a34b36 (diff) |
#i39532# changes to access of group sub-list, marker prmitive and extension of the canvas processor
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 b645243990..3d29625cb0 100644 --- a/drawinglayer/util/makefile.mk +++ b/drawinglayer/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: aw $ $Date: 2008-03-19 04:37:08 $ +# last change: $Author: aw $ $Date: 2008-07-21 17:41:18 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -66,6 +66,7 @@ SHL1STDLIBS=\ $(SVLLIB) \ $(TKLIB) \ $(CANVASTOOLSLIB) \ + $(CPPCANVASLIB) \ $(SVTOOLLIB) \ $(SALLIB) \ $(CPPUHELPERLIB) \ |