diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-04 15:18:31 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-04 15:18:31 +0000 |
commit | 184d4998da6130e26cb9e10ba6ebe5f6e42f4a21 (patch) | |
tree | 90c087be35d83229d6f89ff95d80512874e073ac /vcl | |
parent | a66c09e3c8b67294adc3363d6f81b04043187961 (diff) |
INTEGRATION: CWS pdfimport (1.2.422); FILE MERGED
2008/01/23 15:13:20 akhva 1.2.422.1: #80285# merge from picom
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/components/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/source/components/makefile.mk b/vcl/source/components/makefile.mk index 78a2ec261fb5..1a29a4ca8a29 100644 --- a/vcl/source/components/makefile.mk +++ b/vcl/source/components/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: kz $ $Date: 2006-10-06 09:58:42 $ +# last change: $Author: kz $ $Date: 2008-04-04 16:18:31 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -48,6 +48,7 @@ ENABLE_EXCEPTIONS=TRUE # --- Files -------------------------------------------------------- SLOFILES= $(SLO)$/display.obj \ + $(SLO)$/fontident.obj \ $(SLO)$/factory.obj # --- Targets ------------------------------------------------------ |