if we're building nspr from the mozilla tree, add the correct private NSPR include dir.

This commit is contained in:
toshok%hungry.com 1999-08-09 19:47:21 +00:00
Родитель a9693b1b69
Коммит 7d6658918b
1 изменённых файлов: 7 добавлений и 1 удалений

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

@ -29,8 +29,14 @@ CPPSRCS = jvmmgr.cpp \
REQUIRES = img java js lay layer plugin plugimpl pref style util xpcom raptor oji caps
CFLAGS += -DJSJDLL=\"$(JSJDLL)\"
ifeq ($(NSPR_INCLUDE_DIR),)
INCLUDES += -I$(DIST)/include/private
else
INCLUDES += -I$(NSPR_INCLUDE_DIR)/private
endif
CFLAGS += -DJSJDLL=\"$(JSJDLL)\"
endif # MOZ_OJI
EXPORTS = jvmmgr.h \