adding needed include paths, removing bad export headers

git-svn-id: svn://10.0.0.236/trunk@4914 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sar 1998-07-02 20:03:03 +00:00
parent c0cda15aab
commit 2ec3379c19

View File

@ -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>