From 681521266da5c8d5e432d333946f0a2ca8f7b79f Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Thu, 11 Feb 1999 06:23:58 +0000 Subject: [PATCH] export the private header file git-svn-id: svn://10.0.0.236/trunk@20375 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/ui/messenger/src/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/mailnews/ui/messenger/src/Makefile.in b/mozilla/mailnews/ui/messenger/src/Makefile.in index a5678736cdf..79b3bf82a88 100644 --- a/mozilla/mailnews/ui/messenger/src/Makefile.in +++ b/mozilla/mailnews/ui/messenger/src/Makefile.in @@ -29,6 +29,10 @@ CPPSRCS = \ nsMsgAppCore.cpp \ $(NULL) +EXPORTS = \ + nsMsgAppCore.h \ + $(NULL) + include $(topsrcdir)/config/config.mk include $(topsrcdir)/config/rules.mk