diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 11:16:10 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 11:16:10 +0000 |
commit | 2b79ad2dac22bf8dea31e029a8e70a05ca295f43 (patch) | |
tree | ef89f1e7b882ec1a6b8aa42a291f624fff47a778 /scp2/util | |
parent | a479ebc73200f8d0248977e4bf67d4295bcd4e5e (diff) |
INTEGRATION: CWS sysui03 (1.13.28); FILE MERGED
2005/01/17 15:30:54 obr 1.13.28.5: #i39410# ENABLE_GNOMEVFS set on Windows
2005/01/13 11:07:37 obr 1.13.28.4: #i39410# moved all UNO component linked against GNOME libraries into separate package
2005/01/13 08:15:08 obr 1.13.28.3: #i36339# modification of /etc/mailcap and /etc/mime.types now done in the desktop integration packages
2005/01/04 09:36:22 obr 1.13.28.2: RESYNC: (1.13-1.15); FILE MERGED
2004/12/14 10:10:36 obr 1.13.28.1: removed obsolete 1.x desktop integration
Diffstat (limited to 'scp2/util')
-rw-r--r-- | scp2/util/makefile.mk | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/scp2/util/makefile.mk b/scp2/util/makefile.mk index 4ab7201d032a..fa5fd74ba35b 100644 --- a/scp2/util/makefile.mk +++ b/scp2/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: kz $ $Date: 2005-01-18 14:38:01 $ +# last change: $Author: kz $ $Date: 2005-01-21 12:16:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -154,14 +154,11 @@ SCP1FILES += \ .ENDIF .IF "$(GUI)"=="UNX" +.IF "$(ENABLE_GNOMEVFS)" != "" SCP1FILES += \ - module_gnome.par \ - directory_gnome.par \ - file_gnome.par \ - module_kde.par \ - file_kde.par \ - module_mailcap.par \ - file_mailcap.par + module_gnome.par \ + file_gnome.par +.ENDIF .ENDIF .IF "$(ENABLE_CRASHDUMP)" != "" || "$(PRODUCT)" == "" |