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 /Makefile.am | |
parent | 0668ebb09e521861056cb36d9e162fbdee63f9f4 (diff) | |
download | gsoc2013-epiphany-59c38b2fabd382321fbcf1e4a8db70c8c59016ec.tar.gz 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.
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 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) |