From d71971f13731f9fc8466acb7008afdc76aeb8b6b Mon Sep 17 00:00:00 2001 From: "ducarroz%netscape.com" Date: Tue, 23 Feb 1999 03:34:17 +0000 Subject: [PATCH] Add directory compose --- mailnews/ui/Makefile.in | 2 +- mailnews/ui/makefile.win | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mailnews/ui/Makefile.in b/mailnews/ui/Makefile.in index 91d6f914781a..ad5be6256124 100644 --- a/mailnews/ui/Makefile.in +++ b/mailnews/ui/Makefile.in @@ -22,7 +22,7 @@ srcdir = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = messenger +DIRS = messenger compose include $(topsrcdir)/config/config.mk diff --git a/mailnews/ui/makefile.win b/mailnews/ui/makefile.win index f6125cb64ba0..6c95ddc437d8 100644 --- a/mailnews/ui/makefile.win +++ b/mailnews/ui/makefile.win @@ -17,6 +17,6 @@ DEPTH=..\.. -DIRS=messenger +DIRS=messenger compose include <$(DEPTH)\layout\config\rules.mak>