diff options
Diffstat (limited to 'oox/util')
-rw-r--r-- | oox/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/oox/util/makefile.mk b/oox/util/makefile.mk index a60b40034cac..ff47635e1aa3 100644 --- a/oox/util/makefile.mk +++ b/oox/util/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.8 $ +# $Revision: 1.8.4.1 $ # # This file is part of OpenOffice.org. # @@ -47,6 +47,7 @@ LIB1FILES= \ $(SLB)$/token.lib\ $(SLB)$/helper.lib\ $(SLB)$/core.lib\ + $(SLB)$/ole.lib\ $(SLB)$/ppt.lib\ $(SLB)$/xls.lib\ $(SLB)$/vml.lib\ |