Add support for mozilla 1.9, needs work

This commit is contained in:
Marco Pesenti Gritti
2007-01-23 22:35:59 +01:00
parent 2d6cbf47e7
commit 94d7f94534
3 changed files with 39 additions and 11 deletions
+8 -7
View File
@@ -1,10 +1,11 @@
INCLUDES = \
$(PYTHON_INCLUDES) \
$(PYGTK_CFLAGS) \
$(PYCAIRO_CFLAGS) \
$(LIB_CFLAGS) \
$(GECKO_CFLAGS) \
-I $(top_srcdir)/lib/src
INCLUDES = \
$(PYTHON_INCLUDES) \
$(PYGTK_CFLAGS) \
$(PYCAIRO_CFLAGS) \
$(LIB_CFLAGS) \
$(GECKO_CFLAGS) \
-I$(MOZILLA_INCLUDE_DIR)/gtkembedmoz \
-I$(top_srcdir)/lib/src
pkgpyexecdir = $(pythondir)