Tag: cws_src680_kabrefine User: fs Date: 06/01/06 01:14:23 Modified: /dba/connectivity/source/drivers/kab/ makefile.mk
Log: ask for ENABLE_KDE instead of ENABLE_KAB, again. ENABLE_KAB is introduced with CWS configure13 only, which is not yet integrated. Will have to revert this change once we've resynced to a version including configure13 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.2&r2=1.2.10.3 Delta lines: +4 -4 ------------------- --- makefile.mk 5 Jan 2006 09:47:02 -0000 1.2.10.2 +++ makefile.mk 6 Jan 2006 09:14:21 -0000 1.2.10.3 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2.10.2 $ +# $Revision: 1.2.10.3 $ # -# last change: $Author: ebischoff $ $Date: 2006/01/05 09:47:02 $ +# last change: $Author: fs $ $Date: 2006/01/06 09:14:21 $ # # 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_KAB)" == "TRUE" +.IF "$(ENABLE_KDE)" == "TRUE" CFLAGS+=$(KDE_CFLAGS) @@ -124,7 +124,7 @@ DEF2NAME= $(SHL2TARGET) # --- Targets ----------------------------------- -.ELSE # "$(ENABLE_KAB)" == "TRUE" +.ELSE # "$(ENABLE_KDE)" == "TRUE" dummy: @echo KDE Addressbook disabled - nothing to build .ENDIF --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
