Since nothing is being exported to dist, we need to look in the local dirs for the generated headers.

Fixing tinderbox bustage


git-svn-id: svn://10.0.0.236/trunk@111193 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com
2001-12-31 09:46:47 +00:00
parent 03742b4f4f
commit f23e2a0156

View File

@@ -84,7 +84,7 @@ GARBAGE = $(GARBAGE) _gen
#//------------------------------------------------------------------------
include <$(DEPTH)/config/rules.mak>
LINCS=$(LINCS) -I$(PUBLIC)\plugin -I$(PUBLIC)\xpcom -I$(PUBLIC)\java -I$(PUBLIC)\plugimpl -I$(PUBLIC)\raptor -I_jri
LINCS=$(LINCS) -I$(XPIDL_GEN_DIR) -I_jri
!ifdef NEW_PLUGIN_STREAM_API
LCFLAGS = $(LCFLAGS) -DNEW_PLUGIN_STREAM_API