summaryrefslogtreecommitdiff
path: root/scp2/util
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-27 14:31:38 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-27 14:31:38 +0000
commit7b10112c33b873691794556b0fa70e9d227b5b16 (patch)
tree0a7209cc61d139823314480121c3f9df12e9739d /scp2/util
parent0d6e2eceef202a44a235cfd0d52991dbed016f05 (diff)
#i10000# Remove 'ENABLE_HEADLESS'-condition, take 'GUIBASE' instead.
Diffstat (limited to 'scp2/util')
-rw-r--r--scp2/util/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/scp2/util/makefile.mk b/scp2/util/makefile.mk
index 7db71cb2298d..7ed091b67797 100644
--- a/scp2/util/makefile.mk
+++ b/scp2/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.39 $
+# $Revision: 1.40 $
#
-# last change: $Author: ihi $ $Date: 2007-06-05 11:54:09 $
+# last change: $Author: rt $ $Date: 2007-07-27 15:31:38 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -150,7 +150,7 @@ SCP1FILES += \
file_kde.par
.ENDIF
-.IF "$(ENABLE_HEADLESS)" == "TRUE"
+.IF "$(GUIBASE)" == "unx"
SCP1FILES += module_headless.par
.ENDIF
.ENDIF
@@ -284,7 +284,7 @@ SCP2FILES += \
file_kde.par
.ENDIF
-.IF "$(ENABLE_HEADLESS)" == "TRUE"
+.IF "$(GUIBASE)" == "unx"
SCP2FILES += module_headless.par
.ENDIF
.ENDIF