diff --git a/extensions/source/plugin/base/makefile.mk b/extensions/source/plugin/base/makefile.mk index dd77b7b6bdce..ae21377202ad 100644 --- a/extensions/source/plugin/base/makefile.mk +++ b/extensions/source/plugin/base/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: rt $ $Date: 2006-03-08 13:55:23 $ +# last change: $Author: rt $ $Date: 2006-03-08 14:16:22 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -48,6 +48,8 @@ INCPRE+=-I$(SOLARINCDIR)$/mozilla$/nspr CDEFS+=-DOJI .ENDIF +.IF "$(WITH_MOZILLA)" != "NO" + SLOFILES= \ $(SLO)$/plctrl.obj \ $(SLO)$/service.obj \ @@ -60,6 +62,8 @@ SLOFILES= \ $(SLO)$/multiplx.obj \ $(SLO)$/plmodel.obj +.ENDIF # $(WITH_MOZILLA) != "NO" + # --- Targets ------------------------------------------------------ .INCLUDE : target.mk