Approved by: Don Melton. Let's fix this bustage!

This commit is contained in:
donm 1998-07-02 20:03:09 +00:00
Родитель c717c1cefa
Коммит 93ce907d6f
1 изменённых файлов: 5 добавлений и 5 удалений

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

@ -57,11 +57,7 @@ EXPORTS= mkstream.h mkparse.h mkfsort.h mksort.h mkgeturl.h \
mkutils.h mktrace.h
ifdef MOZ_MAIL_NEWS
EXPORTS += mkmailbx.h mknews.h mknewsgr.h \
mkpop3.h mkimap4.h mkldap.h
ifdef MOZ_SECURITY
EXPORTS += mkcertld.h
endif # MOZ_SECURITY
EXPORTS += mkldap.h
endif # MOZ_MAIL_NEWS
@ -69,6 +65,10 @@ REQUIRES = ldapurl imap4url jtools progress nspr2 dbm util js parse lay style pr
libfont netcache httpurl cnetinit security img layer netcnvts network \
mimetype ldap net
ifdef MOZ_MAIL_NEWS
REQUIRES += mailbxurl nntpurl pop3url
endif
include $(DEPTH)/config/rules.mk
TEST_LIBS = $(LIBRARY) \