summaryrefslogtreecommitdiff
path: root/scp2/util
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/util')
-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)" != ""