diff options
author | Armin Weiss <aw@openoffice.org> | 2007-03-06 11:36:13 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2007-03-06 11:36:13 +0000 |
commit | c6df405c6c5e41212d69282d4f632893f108fda2 (patch) | |
tree | d1fd09d34b2264a60a5ddcd7e564151eeda73744 /drawinglayer/util | |
parent | dace9300d20a1228ee233604fe1e2ecb0c660315 (diff) |
#i39532#
Diffstat (limited to 'drawinglayer/util')
-rw-r--r-- | drawinglayer/util/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/drawinglayer/util/makefile.mk b/drawinglayer/util/makefile.mk index 9cd9206e8ca7..3bcbf24ed44e 100644 --- a/drawinglayer/util/makefile.mk +++ b/drawinglayer/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: aw $ $Date: 2006-10-19 10:26:01 $ +# last change: $Author: aw $ $Date: 2007-03-06 12:36:13 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -63,9 +63,12 @@ SHL1STDLIBS=\ $(VCLLIB) \ $(BASEGFXLIB) \ $(TOOLSLIB) \ + $(SVTOOLLIB) \ $(SALLIB) \ $(CPPUHELPERLIB) \ - $(CPPULIB) + $(CPPULIB) \ + $(AVMEDIALIB) \ + $(COMPHELPERLIB) SHL1DEF= $(MISC)$/$(SHL1TARGET).def SHL1LIBS= $(SLB)$/drawinglayer.lib |