Build mailbox protocol and mailbox url classes...

This commit is contained in:
mscott%netscape.com 1999-02-12 05:27:36 +00:00
parent 7ff6ba09de
commit 426a6caef8

View File

@ -29,13 +29,17 @@ CPPSRCS = \
nsMSGFolderDataSource.cpp \
nsPop3Protocol.cpp \
nsPop3URL.cpp \
nsPop3Sink.cpp \
nsPop3Sink.cpp \
nsMailboxProtocol.cpp \
nsMailboxUrl.cpp \
$(NULL)
EXPORTS= \
nsPop3Protocol.h \
nsPop3URL.h \
nsPop3Sink.h \
nsMailboxUrl.h \
nsMailboxProtocol.h \
$(NULL)
include $(topsrcdir)/config/config.mk