diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-07 16:03:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-07 16:03:21 +0000 |
commit | eeeffef622f61ea09ad1c099bcad3eea1b79ecf5 (patch) | |
tree | 3c7fe525e630b92f6fbd36786bd605e7b06cbc21 /slideshow/util | |
parent | 5a71c2b9a7a06636cc23289bde4728287f558a61 (diff) |
INTEGRATION: CWS unifysound01_DEV300 (1.8.12); FILE MERGED
2007/08/29 14:52:39 cmc 1.8.12.1: #i81129# move from AVMEDIA_MANAGER_SERVICE_NAME to avmedia::MediaWindow::createPlayer
Diffstat (limited to 'slideshow/util')
-rw-r--r-- | slideshow/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/slideshow/util/makefile.mk b/slideshow/util/makefile.mk index 73c127245c59..75459d8035d5 100644 --- a/slideshow/util/makefile.mk +++ b/slideshow/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: obo $ $Date: 2008-02-25 16:44:21 $ +# last change: $Author: kz $ $Date: 2008-03-07 17:03:21 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -76,7 +76,8 @@ SHL1STDLIBS= $(TOOLSLIB) \ $(CPPCANVASLIB) \ $(UNOTOOLSLIB) \ $(GOODIESLIB) \ - $(TKLIB) + $(TKLIB) \ + $(AVMEDIALIB) SHL1IMPLIB=i$(TARGET) SHL1LIBS=$(SLB)$/$(TARGET).lib |