diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-20 06:12:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-20 06:12:50 +0000 |
commit | e3bf91519e1ee2b89879c0ed2ba62a0175ee0288 (patch) | |
tree | 728e227053fddfe814688465d3566bf87f0cce68 /comphelper | |
parent | 2a7d8348b28542e28c5b90ca1fe663efb793941a (diff) |
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
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
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 + |