diff --git a/mailnews/news/public/makefile.win b/mailnews/news/public/makefile.win index cd3bc061b777..e0cde9deaa21 100644 --- a/mailnews/news/public/makefile.win +++ b/mailnews/news/public/makefile.win @@ -19,23 +19,17 @@ DEPTH=..\..\.. MODULE=msgnews XPIDLSRCS= \ - .\nsIMsgOfflineNewsState.idl \ + .\nsIMsgOfflineNewsState.idl \ .\nsINNTPArticleList.idl \ .\nsINNTPCategory.idl \ - .\nsINNTPCategoryContainer.idl \ - .\nsINNTPHost.idl \ + .\nsINNTPCategoryContainer.idl \ + .\nsINNTPHost.idl \ .\nsINNTPNewsgroup.idl \ .\nsINNTPNewsgroupList.idl \ + .\nsINNTPNewsgroupPost.idl \ .\nsINntpIncomingServer.idl \ .\nsINntpService.idl \ - $(NULL) - -################################################################################ -## exports - -EXPORTS= \ - nsINNTPNewsgroupPost.h \ - nsINntpUrl.h \ + .\nsINntpUrl.idl \ $(NULL) include <$(DEPTH)\config\rules.mak>