mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 04:39:31 +00:00
Check local XPIDL_GEN_DIR for headers.
Fixing tinderbox bustage
This commit is contained in:
parent
9a028fea66
commit
b53b3ab4eb
@ -44,7 +44,7 @@ XPIDLSRCS = nsISimplePluginInstance.idl
|
||||
|
||||
CPPSRCS = npsimple.cpp
|
||||
|
||||
LOCAL_INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../../public
|
||||
LOCAL_INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../../public -I$(XPIDL_GEN_DIR)
|
||||
|
||||
EXTRA_DSO_LDOPTS += \
|
||||
-L$(DIST)/lib \
|
||||
|
Loading…
x
Reference in New Issue
Block a user