From caf4984b6a259b80b447fd2a463a89ffcbdc5c9d Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Sun, 31 Jan 1999 07:29:47 +0000 Subject: [PATCH] Export some header files for the test harness.. --- mailnews/news/src/Makefile.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mailnews/news/src/Makefile.in b/mailnews/news/src/Makefile.in index 3107d7a7c944..723307969dd6 100644 --- a/mailnews/news/src/Makefile.in +++ b/mailnews/news/src/Makefile.in @@ -25,6 +25,15 @@ include $(DEPTH)/config/autoconf.mk MODULE=nntp LIBRARY_NAME=nntp +EXPORTS = \ + nsNNTPProtocol.h \ + nsNntpUrl.h \ + nsNNTPArticleSet.h \ + nsNNTPNewsgroupList.h \ + nsNNTPNewsgroup.h \ + nntpCore.h \ + $(NULL) + CPPSRCS = \ nsNNTPArticleList.cpp \ nsNNTPArticleSet.cpp \