aboutsummaryrefslogtreecommitdiffstats
path: root/embed/xulrunner/bindings
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2007-09-13 03:35:36 +0800
committerChristian Persch <chpe@src.gnome.org>2007-09-13 03:35:36 +0800
commit7e0056c88d3377e2fe1086ed4c3f54b6d41c57fe (patch)
tree538010193ecef1eb6aef7f7589d31099eac7b51d /embed/xulrunner/bindings
parent4cc435aa4cb1d683f03ad529d9d4891c8886771b (diff)
downloadgsoc2013-epiphany-7e0056c88d3377e2fe1086ed4c3f54b6d41c57fe.tar
gsoc2013-epiphany-7e0056c88d3377e2fe1086ed4c3f54b6d41c57fe.tar.gz
gsoc2013-epiphany-7e0056c88d3377e2fe1086ed4c3f54b6d41c57fe.tar.bz2
gsoc2013-epiphany-7e0056c88d3377e2fe1086ed4c3f54b6d41c57fe.tar.lz
gsoc2013-epiphany-7e0056c88d3377e2fe1086ed4c3f54b6d41c57fe.tar.xz
gsoc2013-epiphany-7e0056c88d3377e2fe1086ed4c3f54b6d41c57fe.tar.zst
gsoc2013-epiphany-7e0056c88d3377e2fe1086ed4c3f54b6d41c57fe.zip
Make the xulrunner backend build: change C/CXX/LDFLAGS, comment out
some code that isn't ported to gecko 1.9 yet. Doesn't link yet! svn path=/trunk/; revision=7402
Diffstat (limited to 'embed/xulrunner/bindings')
-rw-r--r--embed/xulrunner/bindings/Makefile.am8
-rw-r--r--embed/xulrunner/bindings/python/Makefile.am13
2 files changed, 11 insertions, 10 deletions
diff --git a/embed/xulrunner/bindings/Makefile.am b/embed/xulrunner/bindings/Makefile.am
index 0f4745056..4a6744246 100644
--- a/embed/xulrunner/bindings/Makefile.am
+++ b/embed/xulrunner/bindings/Makefile.am
@@ -1,5 +1,7 @@
SUBDIRS =
-if ENABLE_PYTHON
-SUBDIRS += python
-endif
+# if ENABLE_PYTHON
+# SUBDIRS += python
+# endif
+
+DIST_SUBDIRS = python
diff --git a/embed/xulrunner/bindings/python/Makefile.am b/embed/xulrunner/bindings/python/Makefile.am
index 68ed1efe9..5343696e0 100644
--- a/embed/xulrunner/bindings/python/Makefile.am
+++ b/embed/xulrunner/bindings/python/Makefile.am
@@ -8,22 +8,21 @@ pkgpyexecdir = $(pyexecdir)/gtk-2.0
pkgpyexec_LTLIBRARIES = gnomegeckoembed.la
gnomegeckoembed_la_CPPFLAGS = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/embed/gecko/src \
- -I$(top_builddir)/embed/gecko/src \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/embed/xulrunner/src \
+ -I$(top_builddir)/embed/xulrunner/src \
$(AM_CPPFLAGS)
gnomegeckoembed_la_CFLAGS = \
- $(GGE_DEPENDENCY_CFLAGS) \
- $(GECKO_CFLAGS) \
+ $(GTK_CFLAGS) \
$(NO_STRICT_ALIASING_CFLAGS) \
$(PYGTK_CFLAGS) \
$(PYTHON_CFLAGS) \
$(AM_CFLAGS)
gnomegeckoembed_la_LIBADD = \
- $(top_builddir)/embed/gecko/src/libgnomegeckoembed-0.0.la \
- $(GECKO_LIBS) \
+ $(top_builddir)/embed/xulrunner/src/libgnomegeckoembed-0.0.la \
+ $(GTK_LIBS) \
$(PYTHON_LIBS) \
$(PYTHON_EXTRA_LIBS) \
$(PYGTK_LIBS)