added mailto as dir for MOZ_MAIL_COMPOSE

This commit is contained in:
mjudge%netscape.com 1998-10-05 21:19:47 +00:00
parent 2bade110bd
commit 85f6efdac2

View File

@ -43,7 +43,11 @@ include <$(DEPTH)\config\config.mak>
DIRS= libi18n htmldlgs libparse layout libstyle
!ifdef MOZ_MAIL_NEWS
DIRS= $(DIRS) libaddr
DIRS= $(DIRS) libaddr
!endif
!ifdef MOZ_MAIL_COMPOSE
DIRS= $(DIRS) mailto
!endif
#//------------------------------------------------------------------------