Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/python
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-01-21 19:30:42 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-01-21 19:30:42 (GMT)
commitade9ede1ae9eb7c3deca7ce2812ed44e2a8758a3 (patch)
treec8a6ba4028acbbf24972845b857c3b57687861cf /lib/python
parentd36e20159e298ba2dbc138a5369bfa32f0a3bce1 (diff)
Use gecko.m4 from epiphany, which has 1.9 compatibility.
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am
index 6f28d33..e1ac793 100644
--- a/lib/python/Makefile.am
+++ b/lib/python/Makefile.am
@@ -1,8 +1,10 @@
-INCLUDES = \
- $(PYTHON_INCLUDES) \
- $(PYGTK_CFLAGS) \
+INCLUDES = \
+ $(PYTHON_INCLUDES) \
+ $(PYGTK_CFLAGS) \
$(PYCAIRO_CFLAGS) \
- $(LIB_CFLAGS) \
+ $(LIB_CFLAGS) \
+ $(GECKO_CFLAGS) \
+ -I$(MOZILLA_INCLUDE_ROOT)/gtkembedmoz \
-I $(top_srcdir)/lib/src
pkgpyexecdir = $(pythondir)