aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
Diffstat (limited to 'embed')
-rw-r--r--embed/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am
index f6b432aab..d1ddcb38b 100644
--- a/embed/Makefile.am
+++ b/embed/Makefile.am
@@ -96,8 +96,11 @@ libephyembedfactory_la_CPPFLAGS = \
if WITH_XULRUNNER_ENGINE
libephyembedfactory_la_CPPFLAGS += \
- -I$(srcdir)xulrunner/embed \
- $(LIBXUL_INCLUDES) \
+ -I$(srcdir)/xulrunner/src \
+ -I$(srcdir)/xulrunner/embed \
+ -I$(top_builddir)/embed/xulrunner/src \
+ -I$(top_builddir)/embed/xulrunner/embed \
+ $(LIBXUL_INCLUDES) \
$(NULL)
endif