summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-10-18 13:43:19 +0000
committerOliver Bolte <obo@openoffice.org>2004-10-18 13:43:19 +0000
commitab9132f501f53bc329b3931cb608d58cb5f72448 (patch)
treee5ba975c9743a9a72135ef77b35fd0cc07950b55 /scp2
parent968921e1f293f4c31095f254a6616052b34a6aef (diff)
INTEGRATION: CWS shellfix02 (1.8.32); FILE MERGED
2004/10/11 10:27:35 obr 1.8.32.1: #i34821# pass ENABLE_GNOMEVFS to pre-processor
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk
index 983fbf399cf9..53666e040479 100644
--- a/scp2/source/ooo/makefile.mk
+++ b/scp2/source/ooo/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: rt $ $Date: 2004-09-09 08:10:36 $
+# last change: $Author: obo $ $Date: 2004-10-18 14:43:19 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -90,6 +90,10 @@ SCPDEFS+=-DENABLE_GTK
SCPDEFS+=-DENABLE_DIRECTX
.ENDIF
+.IF "$(ENABLE_GNOMEVFS)" != ""
+SCPDEFS+=-DENABLE_GNOMEVFS
+.ENDIF
+
.IF "$(SYSTEM_FREETYPE)" == "YES"
SCPDEFS+=-DSYSTEM_FREETYPE
.ENDIF