diff options
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r-- | embed/Makefile.am | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index e073b5d57..f6b432aab 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -1,9 +1,12 @@ SUBDIRS = $(with_engine) -DIST_SUBDIRS = mozilla webkit + +DIST_SUBDIRS = xulrunner mozilla webkit + +NULL = noinst_LTLIBRARIES = libephyembed.la libephyembedfactory.la -headerdir = $(prefix)/include/epiphany/@EPIPHANY_MAJOR@/epiphany +headerdir = $(prefix)/include/epiphany/$(EPIPHANY_MAJOR)/epiphany header_DATA = \ ephy-embed-type-builtins.h \ $(INST_H_FILES) @@ -91,6 +94,13 @@ libephyembedfactory_la_CPPFLAGS = \ -I$(top_srcdir)/embed/$(with_engine) \ $(AM_CPPFLAGS) +if WITH_XULRUNNER_ENGINE +libephyembedfactory_la_CPPFLAGS += \ + -I$(srcdir)xulrunner/embed \ + $(LIBXUL_INCLUDES) \ + $(NULL) +endif + if WITH_GECKO_ENGINE libephyembedfactory_la_CPPFLAGS += -I$(GECKO_INCLUDE_ROOT)/gtkembedmoz endif |