[checking in for Christian Biesinger]
This commit is contained in:
rangansen%netscape.com 2001-10-11 21:02:42 +00:00
Родитель bfd42bba84
Коммит e27f5840dd
1 изменённых файлов: 6 добавлений и 4 удалений

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

@ -102,11 +102,13 @@ EXTRA_DEPS = $(EXTRA_LIBS)
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk
INCLUDES += \ # Use local includes because they are inserted before INCLUDES
-I$(DIST)/public/security \ # so that Mozilla's nss.h is used, not glibc's
LOCAL_INCLUDES += -I$(DIST)/public/security \
-I$(DIST)/private/security \ -I$(DIST)/private/security \
$(NULL) $(NULL)
ifeq ($(OS_ARCH),OpenVMS) ifeq ($(OS_ARCH),OpenVMS)
# OpenVMS wants the link libs in EXTRA_DSO_LDOPTS, with no dups # OpenVMS wants the link libs in EXTRA_DSO_LDOPTS, with no dups
EXTRA_DSO_LDOPTS += $(sort $(EXTRA_LIBS)) EXTRA_DSO_LDOPTS += $(sort $(EXTRA_LIBS))