summaryrefslogtreecommitdiff
path: root/scp2/util/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-06-02 11:29:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-06-02 11:29:12 +0000
commit69a0c81920af3673e1887b1096cd29bd7c3419ce (patch)
tree50f10cfe5f311e359614292bc8965e6224c733c5 /scp2/util/makefile.mk
parenta01583015600eb9abd06673334c8292db13f884f (diff)
INTEGRATION: CWS kdesettings (1.32.52); FILE MERGED
2006/04/11 12:34:30 ebischoff 1.32.52.1: #i63557# Have OOo use KDE system-wide settings
Diffstat (limited to 'scp2/util/makefile.mk')
-rw-r--r--scp2/util/makefile.mk16
1 files changed, 14 insertions, 2 deletions
diff --git a/scp2/util/makefile.mk b/scp2/util/makefile.mk
index df9f13c30371..5fa0f29db9db 100644
--- a/scp2/util/makefile.mk
+++ b/scp2/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.32 $
+# $Revision: 1.33 $
#
-# last change: $Author: rt $ $Date: 2006-03-09 14:09:29 $
+# last change: $Author: vg $ $Date: 2006-06-02 12:29:12 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -142,6 +142,12 @@ SCP1FILES += \
module_gnome.par \
file_gnome.par
.ENDIF
+
+.IF "$(ENABLE_KDE)" == "TRUE"
+SCP1FILES += \
+ module_kde.par \
+ file_kde.par
+.ENDIF
.ENDIF
.IF "$(ENABLE_CRASHDUMP)" != ""
@@ -254,6 +260,12 @@ SCP2FILES += \
module_gnome.par \
file_gnome.par
.ENDIF
+
+.IF "$(ENABLE_KDE)" == "TRUE"
+SCP2FILES += \
+ module_kde.par \
+ file_kde.par
+.ENDIF
.ENDIF
.IF "$(ENABLE_CRASHDUMP)" != ""