diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-01-10 13:31:04 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-01-10 13:31:04 +0000 |
commit | 5da2d40feb8b9d4c097339a63c496d43a8d5dbc9 (patch) | |
tree | c15e67ee44caa62504abf757b8a9c31a82bfd992 /connectivity | |
parent | e936dc7d6a55c75c4156bb5d061afc260bed04d4 (diff) |
INTEGRATION: CWS configure13 (1.2.4); FILE MERGED
2006/01/01 22:33:57 rene 1.2.4.2: TRUE/FALSE instead of YES/NO, oops
2006/01/01 16:08:35 rene 1.2.4.1: #i59727# fix kab check: add new conditional and check for needed KDE version
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/kab/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/drivers/kab/makefile.mk b/connectivity/source/drivers/kab/makefile.mk index 3a3c1762546a..4acf1a49069a 100644 --- a/connectivity/source/drivers/kab/makefile.mk +++ b/connectivity/source/drivers/kab/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: obo $ $Date: 2005-12-19 16:54:12 $ +# last change: $Author: rt $ $Date: 2006-01-10 14:31:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -47,7 +47,7 @@ ENVCFLAGS+=/FR$(SLO)$/ .INCLUDE : $(PRJ)$/version.mk .IF "$(GUI)" == "UNX" -.IF "$(ENABLE_KDE)" == "TRUE" +.IF "$(ENABLE_KAB)" == "TRUE" # --- Files ------------------------------------- EXCEPTIONSFILES=\ @@ -107,9 +107,9 @@ DEF1NAME= $(SHL1TARGET) # --- Targets ----------------------------------- -.ELSE # "$(ENABLE_KDE)" == "TRUE" +.ELSE # "$(ENABLE_KAB)" == "TRUE" dummy: - @echo KDE disabled - nothing to build + @echo KDE Addressbook disabled - nothing to build .ENDIF .ELSE # "$(GUI)" == "UNX" |