diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-06-05 17:41:42 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-06-05 17:41:42 +0800 |
commit | efcd0960fd775cb262f852f79edfcbbd75a33849 (patch) | |
tree | a6fb47e7495b94a97043cbf4888f6e5999ec8353 /Makefile.am | |
parent | cbf7d80c5be648d7d7610c5f63d31e8e84995d5d (diff) | |
download | gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.tar gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.tar.gz gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.tar.bz2 gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.tar.lz gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.tar.xz gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.tar.zst gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.zip |
Version 1.7.1.Release171
2005-06-05 Christian Persch <chpe@cvs.gnome.org>
Version 1.7.1.
* Makefile.am:
Add --enable-python to distcheck configure flags.
* NEWS:
* configure.ac:
Updated for version 1.7.1.
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EventContext.cpp:
Fix warnings.
* src/ephy-extensions-manager.c: (get_loader_for_type),
(load_extension):
Fix --disable-python case.
* src/Makefile.am:
Fix make distcheck.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index beec01ead..6ed29de2b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,4 +25,4 @@ DISTCLEANFILES = \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-schemas-install --with-mozilla=$(MOZILLA) +DISTCHECK_CONFIGURE_FLAGS = --enable-python --enable-gtk-doc --disable-schemas-install --with-mozilla=$(MOZILLA) |