summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorddrinan%netscape.com <devnull@localhost>2000-11-21 00:01:53 +0000
committerddrinan%netscape.com <devnull@localhost>2000-11-21 00:01:53 +0000
commit55d651ef5bfac76c42bcf8740bb3a1571a09e631 (patch)
treeaa299891bdbb693d0fe3a7e1542ef2586eb19ca4
parent09495cd10a2d4438b57ae6822c55e8302d7de472 (diff)
downloadnss-hg-55d651ef5bfac76c42bcf8740bb3a1571a09e631.tar.gz
Add dist/include to INCLUDE path. r=relyea
-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 f09d5f6ee..d2d556b11 100644
--- a/security/coreconf/headers.mk
+++ b/security/coreconf/headers.mk
@@ -40,7 +40,7 @@
# (xp) include paths
#
-INCLUDES += -I$(SOURCE_MDHEADERS_DIR)
+INCLUDES += -I$(SOURCE_MDHEADERS_DIR) -I$(SOURCE_XP_DIR)/include
ifneq ($(OS_TARGET),WIN16)
INCLUDES += -I$(SOURCE_XPHEADERS_DIR)