move nsIMsgHost.* into base

This commit is contained in:
alecf%netscape.com 1999-01-14 23:51:32 +00:00
parent 55e7b9323f
commit a304d139ff
4 changed files with 5 additions and 2 deletions

View File

@ -22,9 +22,14 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
IDLSRCS = \
nsIMsgHost.idl \
$(NULL)
EXPORTS = \
msgCore.h \
nsIMsgRFC822Parser.h \
nsIMsgHost.h \
$(NULL)
include $(topsrcdir)/config/config.mk

View File

@ -23,11 +23,9 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXPORTS= \
nsIMsgHost.h \
$(NULL)
IDLSRCS = \
nsIMsgHost.idl \
$(NULL)