From e3bf91519e1ee2b89879c0ed2ba62a0175ee0288 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 20 Jun 2008 06:12:50 +0000 Subject: INTEGRATION: CWS fwk88 (1.45.4); FILE MERGED 2008/06/02 10:22:01 pb 1.45.4.2: RESYNC: (1.45-1.46); FILE MERGED 2008/05/28 10:01:40 mav 1.45.4.1: #i63661# integrate the patch --- comphelper/source/misc/makefile.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'comphelper') diff --git a/comphelper/source/misc/makefile.mk b/comphelper/source/misc/makefile.mk index bdfbba8a61c6..e0888cad1325 100644 --- a/comphelper/source/misc/makefile.mk +++ b/comphelper/source/misc/makefile.mk @@ -1,14 +1,14 @@ #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# +# # Copyright 2008 by Sun Microsystems, Inc. # # OpenOffice.org - a multi-platform office productivity suite # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.46 $ +# $Revision: 1.47 $ # # This file is part of OpenOffice.org. # @@ -85,8 +85,10 @@ SLOFILES= \ $(SLO)$/documentinfo.obj \ $(SLO)$/string.obj \ $(SLO)$/legacysingletonfactory.obj \ - $(SLO)$/synchronousdispatch.obj + $(SLO)$/synchronousdispatch.obj \ + $(SLO)$/ihwrapnofilter.obj # --- Targets ---------------------------------- .INCLUDE : target.mk + -- cgit