From ee485070b671f1251e8a8243dda6de2f17f71d30 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Mon, 17 May 1999 21:25:33 +0000 Subject: [PATCH] changes to build address book on UNIX --- mailnews/addrbook/build/Makefile.in | 1 - mailnews/addrbook/src/Makefile.in | 6 +++++- mailnews/addrbook/src/nsAbCard.cpp | 2 +- mailnews/addrbook/src/nsDirectoryDataSource.cpp | 2 +- mailnews/makefiles | 4 ++++ 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/mailnews/addrbook/build/Makefile.in b/mailnews/addrbook/build/Makefile.in index 172e9c4c091..a3e271d22e2 100644 --- a/mailnews/addrbook/build/Makefile.in +++ b/mailnews/addrbook/build/Makefile.in @@ -62,7 +62,6 @@ EXTRA_DSO_LDOPTS = \ -lnetcnvts \ -lmimetype \ -lsockstuburl \ - -lnetutil \ -lpwcac \ -lnetcache \ -lpref \ diff --git a/mailnews/addrbook/src/Makefile.in b/mailnews/addrbook/src/Makefile.in index 56b7d232eb9..b154998ac80 100644 --- a/mailnews/addrbook/src/Makefile.in +++ b/mailnews/addrbook/src/Makefile.in @@ -26,11 +26,15 @@ MODULE=mailnewsaddrbook LIBRARY_NAME=mailnewsaddrbook_s EXPORTS = \ + nsAbCard.h \ + nsCardDataSource.h \ + nsAbDirectory.h \ + nsDirectoryDataSource.h \ $(NULL) CPPSRCS = \ nsDirectoryDataSource.cpp \ - nsAbdirectory.cpp \ + nsAbDirectory.cpp \ nsCardDataSource.cpp \ nsAbCard.cpp \ $(NULL) diff --git a/mailnews/addrbook/src/nsAbCard.cpp b/mailnews/addrbook/src/nsAbCard.cpp index d6d9dfca4e1..790da438dc2 100644 --- a/mailnews/addrbook/src/nsAbCard.cpp +++ b/mailnews/addrbook/src/nsAbCard.cpp @@ -18,7 +18,7 @@ #include "msgCore.h" // precompiled header... -#include "nsABCard.h" +#include "nsAbCard.h" #include "nsIRDFService.h" #include "nsIServiceManager.h" #include "nsRDFCID.h" diff --git a/mailnews/addrbook/src/nsDirectoryDataSource.cpp b/mailnews/addrbook/src/nsDirectoryDataSource.cpp index 57aff303484..516e4e9b3e8 100644 --- a/mailnews/addrbook/src/nsDirectoryDataSource.cpp +++ b/mailnews/addrbook/src/nsDirectoryDataSource.cpp @@ -20,7 +20,7 @@ #include "nsDirectoryDataSource.h" #include "nsAbBaseCID.h" -#include "nsAbdirectory.h" +#include "nsAbDirectory.h" #include "nsIMsgDatabase.h" diff --git a/mailnews/makefiles b/mailnews/makefiles index 60be77c7afa..534ccc790da 100644 --- a/mailnews/makefiles +++ b/mailnews/makefiles @@ -5,6 +5,10 @@ network/protocol/nntp/Makefile network/protocol/pop3/Makefile network/protocol/smtp/Makefile mailnews/Makefile +mailnews/addrbook/build/Makefile +mailnews/addrbook/Makefile +mailnews/addrbook/public/Makefile +mailnews/addrbook/src/Makefile mailnews/base/Makefile mailnews/base/public/Makefile mailnews/base/src/Makefile