From cd2ef561d09068dbdb2416ccf601a8145ca5006a Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Thu, 21 Jan 1999 01:12:11 +0000 Subject: [PATCH] Export new header files. --- mailnews/base/public/makefile.win | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/mailnews/base/public/makefile.win b/mailnews/base/public/makefile.win index 21fd6a19ae7a..ff8e4257642e 100644 --- a/mailnews/base/public/makefile.win +++ b/mailnews/base/public/makefile.win @@ -18,10 +18,20 @@ DEPTH=..\..\.. IGNORE_MANIFEST=1 -EXPORTS = \ - nsIMsgRFC822Parser.h \ - msgCore.h \ - $(NULL) +IDLSRCS = \ + nsIMsgHost.idl \ + nsIMsgGroupRecord.idl \ + $(NULL) + +EXPORTS = \ + nsIMsgRFC822Parser.h \ + msgCore.h \ + nsMsgFolderFlags.h \ + nsMsgHeaderMasks.h \ + nsMsgMessageFlags.h \ + nsIMsgHost.h \ + nsIMsgGroupRecord.h \ + $(NULL) MODULE=mailnews