add nsSubscribableServer to the build.

This commit is contained in:
sspitzer%netscape.com 2000-05-12 04:19:14 +00:00
Родитель 457c3ce5bc
Коммит afcb18ba04
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -57,6 +57,7 @@ CPPSRCS = \
nsMsgViewNavigationService.cpp \
nsMsgServiceProvider.cpp \
nsSubscribeDataSource.cpp \
nsSubscribableServer.cpp \
nsMsgPrintEngine.cpp \
$(NULL)
@ -86,6 +87,7 @@ EXPORTS = \
nsMsgViewNavigationService.h \
nsMsgServiceProvider.h \
nsSubscribeDataSource.h \
nsSubscribableServer.h \
nsMsgPrintEngine.h \
$(NULL)

Просмотреть файл

@ -53,6 +53,7 @@ EXPORTS= \
nsMsgViewNavigationService.h \
nsMsgServiceProvider.h \
nsSubscribeDataSource.h \
nsSubscribableServer.h \
nsMsgPrintEngine.h \
nsMsgRDFUtils.h \
$(NULL)
@ -90,6 +91,7 @@ CPP_OBJS= \
.\$(OBJDIR)\nsMsgViewNavigationService.obj \
.\$(OBJDIR)\nsMsgServiceProvider.obj \
.\$(OBJDIR)\nsSubscribeDataSource.obj \
.\$(OBJDIR)\nsSubscribableServer.obj \
.\$(OBJDIR)\nsMsgPrintEngine.obj \
$(NULL)