Bug 98844. Don't include LDAP libs when DISABLE_LDAP build flag is set. r=rpotts, sr=jst.

This commit is contained in:
waterson%netscape.com 2001-09-11 22:27:32 +00:00
Родитель e3ba562b9a
Коммит d363755f7b
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -108,7 +108,9 @@ LFLAGS= $(LFLAGS) /subsystem:windows
# These are the libraries we need to link with to create the exe
LLIBS= \
$(DIST)\lib\xpcom.lib \
!ifndef DISABLE_LDAP
$(DIST)\lib\nsldap32v40.lib \
!endif
$(DIST)\lib\js3250.lib \
$(DIST)\lib\util.lib \
$(DIST)\lib\gkgfx.lib \