Build mailbox protocol and mailbox url classes...

git-svn-id: svn://10.0.0.236/trunk@20525 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mscott%netscape.com
1999-02-12 05:27:36 +00:00
parent 598d78aca8
commit c7844ac086

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