summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-05-22 21:10:01 +0000
committerwtc%netscape.com <devnull@localhost>2001-05-22 21:10:01 +0000
commit67dabbdcffb98b9d6d6bf2f09840ea03a404a7f4 (patch)
tree8cf89280b6c787e29abae3408c9678f3ef82e7de
parent2995b53c3c9337111020ed9b2277590ade5fdf8e (diff)
downloadnss-hg-67dabbdcffb98b9d6d6bf2f09840ea03a404a7f4.tar.gz
Bugzilla bug #81181: Introduced the MOZILLA_INCLUDES make variable to
allow Mozilla client to specify additional -I flags to NSS/coreconf. r=javi,cls. NSS_3_2_BRANCH
-rw-r--r--security/coreconf/headers.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/coreconf/headers.mk b/security/coreconf/headers.mk
index 76f2d1483..11da58525 100644
--- a/security/coreconf/headers.mk
+++ b/security/coreconf/headers.mk
@@ -54,5 +54,5 @@ endif
INCLUDES += -I$(SOURCE_XPPRIVATE_DIR)
ifdef MOZILLA_CLIENT
-INCLUDES += -I$(SOURCE_XP_DIR)/include
+INCLUDES += $(MOZILLA_INCLUDES)
endif