diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-04-04 05:00:23 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-04-04 05:00:23 +0800 |
commit | 18325ac0850ff053477580b448fc6d1b7f21afa8 (patch) | |
tree | 95601b4b872d95ec4fed73d46835639ffbc159a3 /embed/Makefile.am | |
parent | c0267b1c65c216a3f1e4743be20b7175ac903b50 (diff) | |
download | gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar.gz gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar.bz2 gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar.lz gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar.xz gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar.zst gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.zip |
Exorcise gecko configure & build stuff
svn path=/trunk/; revision=8183
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r-- | embed/Makefile.am | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index 7e93fe444..b472219bf 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -1,6 +1,4 @@ -SUBDIRS = $(with_engine) - -DIST_SUBDIRS = xulrunner mozilla webkit +SUBDIRS = webkit NULL = @@ -89,23 +87,9 @@ libephyembedfactory_la_SOURCES = \ ephy-embed-factory.h libephyembedfactory_la_CPPFLAGS = \ - -I$(top_srcdir)/embed/$(with_engine) \ + -I$(top_srcdir)/embed/webkit \ $(AM_CPPFLAGS) -if WITH_XULRUNNER_ENGINE -libephyembedfactory_la_CPPFLAGS += \ - -I$(srcdir)/xulrunner/src \ - -I$(srcdir)/xulrunner/embed \ - -I$(top_builddir)/embed/xulrunner/src \ - -I$(top_builddir)/embed/xulrunner/embed \ - $(LIBXUL_INCLUDES) \ - $(NULL) -endif - -if WITH_GECKO_ENGINE -libephyembedfactory_la_CPPFLAGS += -I$(GECKO_INCLUDE_ROOT)/gtkembedmoz -endif - libephyembedfactory_la_CFLAGS = \ $(GECKO_CFLAGS) \ $(DEPENDENCIES_CFLAGS) \ |