diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-10-02 20:51:18 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-10-02 20:51:18 +0800 |
commit | 59c38b2fabd382321fbcf1e4a8db70c8c59016ec (patch) | |
tree | cdbd09cda9d36360b1491c324611770ae4760224 | |
parent | 0668ebb09e521861056cb36d9e162fbdee63f9f4 (diff) | |
download | gsoc2013-epiphany-59c38b2fabd382321fbcf1e4a8db70c8c59016ec.tar gsoc2013-epiphany-59c38b2fabd382321fbcf1e4a8db70c8c59016ec.tar.gz gsoc2013-epiphany-59c38b2fabd382321fbcf1e4a8db70c8c59016ec.tar.bz2 gsoc2013-epiphany-59c38b2fabd382321fbcf1e4a8db70c8c59016ec.tar.lz gsoc2013-epiphany-59c38b2fabd382321fbcf1e4a8db70c8c59016ec.tar.xz gsoc2013-epiphany-59c38b2fabd382321fbcf1e4a8db70c8c59016ec.tar.zst gsoc2013-epiphany-59c38b2fabd382321fbcf1e4a8db70c8c59016ec.zip |
Add --with-mozilla to distcheck's configure arguments.
2004-10-02 Christian Persch <chpe@cvs.gnome.org>
* Makefile.am:
Add --with-mozilla to distcheck's configure arguments.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2004-10-02 Christian Persch <chpe@cvs.gnome.org> + * Makefile.am: + + Add --with-mozilla to distcheck's configure arguments. + +2004-10-02 Christian Persch <chpe@cvs.gnome.org> + * src/window-commands.c: (window_cmd_help_about): Simply use gtk_icon_theme_load_icon(). diff --git a/Makefile.am b/Makefile.am index 234ebe062..5bc71c8a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,4 +22,4 @@ DISTCLEANFILES = \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-schemas-install +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-schemas-install --with-mozilla=$(MOZILLA) |