diff options
author | dkenny <dkenny@openoffice.org> | 2001-11-23 10:39:07 +0000 |
---|---|---|
committer | dkenny <dkenny@openoffice.org> | 2001-11-23 10:39:07 +0000 |
commit | a6f233dcf9cf357e9220a4f037e0bae29664793a (patch) | |
tree | a06919712a4f7852c290e7eabdcfd89bb28faebf | |
parent | af35e3782c56b0f0d55a4f186cf3e2a41d0b99c6 (diff) |
#94453# - Addressbook driver needs to be updated ...
-rw-r--r-- | connectivity/source/drivers/mozab/mozillasrc/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/mozab/mozillasrc/makefile.mk b/connectivity/source/drivers/mozab/mozillasrc/makefile.mk index 2bace2484e16..01b2a83cc11f 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/makefile.mk +++ b/connectivity/source/drivers/mozab/mozillasrc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: mmaher $ $Date: 2001-11-07 16:55:18 $ +# last change: $Author: dkenny $ $Date: 2001-11-23 11:39:07 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -139,7 +139,7 @@ CFLAGS += -Zi -GR- -W3 -Gy -MDd -UNDEBUG .ENDIF .ENDIF .IF "$(GUI)" == "UNX" -INCPRE += . -I.. -I$(MOZ_INC) -I$(MOZ_INC)$/nspr -I$(MOZ_INC)$/xpcom \ +INCPOST += . -I.. -I$(MOZ_INC) -I$(MOZ_INC)$/nspr -I$(MOZ_INC)$/xpcom \ -I$(MOZ_INC)$/string -I$(MOZ_INC)$/rdf -I$(MOZ_INC)$/msgbase \ -I$(MOZ_INC)$/addrbook -I$(MOZ_INC)$/mork -I$(MOZ_INC)$/locale \ -I$(MOZ_INC)$/pref -I$(MOZ_INC)$/mime -I$(MOZ_INC)$/chrome \ |