diff options
Diffstat (limited to 'slideshow/util')
-rw-r--r-- | slideshow/util/makefile.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/slideshow/util/makefile.mk b/slideshow/util/makefile.mk index 75459d8035d5..c1c2ddee8b4c 100644 --- a/slideshow/util/makefile.mk +++ b/slideshow/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: kz $ $Date: 2008-03-07 17:03:21 $ +# last change: $Author: kz $ $Date: 2008-04-03 15:45:55 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -59,10 +59,6 @@ LIB1FILES=\ $(SLB)$/slide.lib \ $(SLB)$/engine.lib -.IF "$(debug)"!="" || "$(DEBUG)"!="" -LIB1FILES += $(SLB)$/api.lib -.ENDIF - SHL1TARGET=$(TARGET).uno SHL1STDLIBS= $(TOOLSLIB) \ |