diff options
-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 + |