aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-08-10 05:31:37 +0800
committerXan Lopez <xan@igalia.com>2012-08-10 05:31:37 +0800
commitf4f8f56cf418afe0d5f5203d5d240970d37233df (patch)
tree6be9f1edd3e60171d317672d6d7ab510e1c45c51
parent95f5095199ea70eb5e0305e2e56a73a61058d015 (diff)
downloadgsoc2013-epiphany-f4f8f56cf418afe0d5f5203d5d240970d37233df.tar
gsoc2013-epiphany-f4f8f56cf418afe0d5f5203d5d240970d37233df.tar.gz
gsoc2013-epiphany-f4f8f56cf418afe0d5f5203d5d240970d37233df.tar.bz2
gsoc2013-epiphany-f4f8f56cf418afe0d5f5203d5d240970d37233df.tar.lz
gsoc2013-epiphany-f4f8f56cf418afe0d5f5203d5d240970d37233df.tar.xz
gsoc2013-epiphany-f4f8f56cf418afe0d5f5203d5d240970d37233df.tar.zst
gsoc2013-epiphany-f4f8f56cf418afe0d5f5203d5d240970d37233df.zip
Makefile.am: remove obsolete distcheck flags
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index b4441adcb..575f4eacd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,10 +18,7 @@ EXTRA_DIST = \
DISTCHECK_CONFIGURE_FLAGS = \
--enable-debug \
- --enable-zeroconf \
- --enable-gtk-doc \
- --disable-schemas-install \
- --disable-scrollkeeper
+ --enable-gtk-doc
# Ignore gtk theme cache files on distcheck
distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache'