From 4110f5ca5d4c9789d7c985a43a8a434da8c21536 Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Mon, 26 Apr 1999 21:28:21 +0000 Subject: [PATCH] add new datasources to the windows build --- mailnews/base/src/makefile.win | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mailnews/base/src/makefile.win b/mailnews/base/src/makefile.win index fcf2b78f36b..44b39c64a03 100644 --- a/mailnews/base/src/makefile.win +++ b/mailnews/base/src/makefile.win @@ -46,6 +46,7 @@ CPPSRCS= \ nsMsgAccountDataSource.cpp \ nsMsgAccountManagerDS.cpp \ nsMsgIdentityDataSource.cpp \ + nsMsgServerDataSource.cpp \ $(NULL) @@ -69,6 +70,7 @@ CPP_OBJS= \ .\$(OBJDIR)\nsMsgAccountDataSource.obj \ .\$(OBJDIR)\nsMsgAccountManagerDS.obj \ .\$(OBJDIR)\nsMsgIdentityDataSource.obj \ + .\$(OBJDIR)\nsMsgServerDataSource.obj \ $(NULL) @@ -87,6 +89,7 @@ EXPORTS= \ nsMsgAccountDataSource.h \ nsMsgAccountManagerDS.h \ nsMsgIdentityDataSource.h \ + nsMsgServerDataSource.h \ $(NULL) LINCS= \