From 9afca0ed2a54c44b6885cefc754d5d7535a0e52e Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Tue, 2 Feb 1999 19:34:49 +0000 Subject: [PATCH] enter mailnews directory when --enable-mailnews switch is thrown ONLY AFFECTS MAIL/NEWS BUILD. git-svn-id: svn://10.0.0.236/trunk@19362 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/Makefile.in b/mozilla/Makefile.in index eeb2cb0ad38..bffcae1260b 100644 --- a/mozilla/Makefile.in +++ b/mozilla/Makefile.in @@ -82,6 +82,10 @@ DIRS += \ DIRS += xpfe +ifdef MOZ_MAIL_NEWS +DIRS += mailnews +endif + include $(topsrcdir)/config/config.mk include $(topsrcdir)/config/rules.mk