diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-04-04 05:00:23 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-04-04 05:00:23 +0800 |
commit | 18325ac0850ff053477580b448fc6d1b7f21afa8 (patch) | |
tree | 95601b4b872d95ec4fed73d46835639ffbc159a3 /Makefile.am | |
parent | c0267b1c65c216a3f1e4743be20b7175ac903b50 (diff) | |
download | gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar.gz gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar.zst gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.zip |
Exorcise gecko configure & build stuff
svn path=/trunk/; revision=8183
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 191f7ef25..3a3f7520a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,4 @@ -SUBDIRS = lib embed src plugins data po help doc - -#if WITH_XULRUNNER_ENGINE -#SUBDIRS += xulapp -#endif +SUBDIRS = lib embed src data po help doc ACLOCAL_AMFLAGS = -I m4 @@ -38,8 +34,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --enable-desktop-file-plugin \ --enable-gtk-doc \ --disable-schemas-install \ - --disable-scrollkeeper \ - --with-gecko=$(GECKO) + --disable-scrollkeeper # Ignore gtk theme cache files on distcheck distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache' |