summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-07 08:28:40 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-07 08:28:40 +0000
commitb98aecd7df5b7880c580f6511dc37d072263ddf8 (patch)
tree168b62bd0fcdc78cf883a1a689d27262ff54c597 /scp2
parentb50ac048048ddce0cdb015cad812b1fbf56e42ad (diff)
INTEGRATION: CWS vcl32 (1.11.22); FILE MERGED
2004/12/10 17:00:39 pl 1.11.22.3: RESYNC: (1.12-1.13); FILE MERGED 2004/11/27 12:12:10 pl 1.11.22.2: RESYNC: (1.11-1.12); FILE MERGED 2004/11/27 09:56:02 pl 1.11.22.1: #i35433# kde plugin
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 ff46cb5b7cc6..d3883ec63608 100644
--- a/scp2/source/ooo/makefile.mk
+++ b/scp2/source/ooo/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.14 $
#
-# last change: $Author: hr $ $Date: 2004-11-26 22:25:05 $
+# last change: $Author: rt $ $Date: 2005-01-07 09:28:40 $
#
# 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+=-DUSE_PASF
.ENDIF
+.IF "$(ENABLE_KDE)" != ""
+SCPDEFS+=-DENABLE_KDE
+.ENDIF
+
.IF "$(ENABLE_DIRECTX)" != ""
SCPDEFS+=-DENABLE_DIRECTX
.ENDIF