Build the sockstub directory....

This commit is contained in:
mscott%netscape.com 1999-01-25 17:48:44 +00:00
Родитель 4a542f1451
Коммит c19f92a917
1 изменённых файлов: 18 добавлений и 17 удалений

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

@ -28,33 +28,34 @@ IGNORE_MANIFEST=1
DEPTH=..\..
include <$(DEPTH)\config\config.mak>
DIRS= \
about \
file \
ftp \
gopher \
http \
remote \
about \
file \
ftp \
gopher \
http \
remote \
sockstub \
!if defined(SMART_MAIL)
pop3 \
pop3 \
!endif
!ifndef MODULAR_NETLIB
dataurl \
js \
marimba \
dataurl \
js \
marimba \
!endif
!if defined(MOZ_MAIL_NEWS)
smtp \
smtp \
!endif
!ifdef MOZ_MAIL_NEWS
nntp \
mailbox \
certld \
imap4 \
nntp \
mailbox \
certld \
imap4 \
!endif
!ifdef MOZ_LDAP
ldap \
ldap \
!endif
$(NULL)
$(NULL)
include <$(DEPTH)\config\rules.mak>