From f23e2a01565a72d0841330e83e91dbbc17e1a00d Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Mon, 31 Dec 2001 09:46:47 +0000 Subject: [PATCH] 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 --- mozilla/modules/plugin/samples/simple/makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/modules/plugin/samples/simple/makefile.win b/mozilla/modules/plugin/samples/simple/makefile.win index f4579386d17..0fd29a606d3 100644 --- a/mozilla/modules/plugin/samples/simple/makefile.win +++ b/mozilla/modules/plugin/samples/simple/makefile.win @@ -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