From 2ec3379c19aa217d7397122e42ce7aa0cf8b0201 Mon Sep 17 00:00:00 2001 From: sar Date: Thu, 2 Jul 1998 20:03:03 +0000 Subject: [PATCH] adding needed include paths, removing bad export headers git-svn-id: svn://10.0.0.236/trunk@4914 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/network/main/makefile.win | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/mozilla/network/main/makefile.win b/mozilla/network/main/makefile.win index 68cb0f96cf2..e887eb81783 100644 --- a/mozilla/network/main/makefile.win +++ b/mozilla/network/main/makefile.win @@ -115,14 +115,6 @@ EXPORTS= mkstream.h \ mkutils.h \ mktrace.h \ #ifdef MOZ_MAIL_NEWS -#ifdef MOZ_SECURITY - mkcertld.h \ -#endif /* MOZ_SECURITY */ - mkmailbx.h \ - mknews.h \ - mknewsgr.h \ - mkpop3.h \ - mkimap4.h \ mkldap.h \ #endif /* MOZ_MAIL_NEWS */ mkhelp.h @@ -157,7 +149,11 @@ LINCS=-I$(PUBLIC)\jtools \ -I$(PUBLIC)\progress \ -I$(PUBLIC)\ldapurl \ -I$(PUBLIC)\imap4url \ - -I$(PUBLIC)\security + -I$(PUBLIC)\security \ + -I$(PUBLIC)\nntpurl \ + -I$(PUBLIC)\certurl \ + -I$(PUBLIC)\pop3url \ + -I$(PUBLIC)\mailbxurl #!endif include <$(DEPTH)\config\rules.mak>