diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-09-04 09:47:22 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-09-04 19:34:32 +0800 |
commit | cf52d65823e51f5b709d966cf3bff62fa31af43a (patch) | |
tree | 6e0643920059c6c2908c6561d03d6df9601d9c21 /Makefile.am | |
parent | fcbbdfbd18e15b4ee8322a0217cf03a689a5e033 (diff) | |
download | gsoc2013-evolution-cf52d65823e51f5b709d966cf3bff62fa31af43a.tar.gz gsoc2013-evolution-cf52d65823e51f5b709d966cf3bff62fa31af43a.tar.zst gsoc2013-evolution-cf52d65823e51f5b709d966cf3bff62fa31af43a.zip |
Don't require online-accounts support for distcheck.
Makes it possible to run "make distcheck" on non-GNOME 3 environments.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bb2b0c7022..e2e1b15883 100644 --- a/Makefile.am +++ b/Makefile.am @@ -149,6 +149,7 @@ MAINTAINERCLEANFILES = \ # distcheck uses a custom prefix. See GNOME bug #354357. DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ + --disable-goa \ --disable-scrollkeeper \ --enable-test-component \ --disable-image-inline \ |