Tag: cws_src680_kabrefine User: ebischoff Date: 06/01/05 01:47:05 Modified: /dba/connectivity/source/drivers/kab/ makefile.mk
Log: Issue number: 59727 Submitted by: rene Reviewed by: ebischoff Testing agains ENABLE_KAB (already implemented in CWS configure13; done here once again to avoid integration conflict) File Changes: Directory: /dba/connectivity/source/drivers/kab/ ================================================ File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/makefile.mk?r1=1.2.10.1&r2=1.2.10.2 Delta lines: +5 -5 ------------------- --- makefile.mk 4 Jan 2006 11:22:59 -0000 1.2.10.1 +++ makefile.mk 5 Jan 2006 09:47:02 -0000 1.2.10.2 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2.10.1 $ +# $Revision: 1.2.10.2 $ # -# last change: $Author: fs $ $Date: 2006/01/04 11:22:59 $ +# last change: $Author: ebischoff $ $Date: 2006/01/05 09:47:02 $ # # 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 @@ .INCLUDE : $(PRJ)$/version.mk .IF "$(GUI)" == "UNX" -.IF "$(ENABLE_KDE)" == "TRUE" +.IF "$(ENABLE_KAB)" == "TRUE" CFLAGS+=$(KDE_CFLAGS) @@ -124,9 +124,9 @@ DEF2NAME= $(SHL2TARGET) # --- 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" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
