summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
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