From 0557525fa843d8009d18298a74aff869df641541 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 13 Sep 2007 12:58:09 +0000 Subject: More build fixes for the xulrunner backend. svn path=/trunk/; revision=7421 --- embed/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'embed') 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 -- cgit v1.2.3