diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-06-29 22:10:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-06-29 23:18:00 +0800 |
commit | f919a3bc4ebe0f000af4122a4b2f756f9b631136 (patch) | |
tree | 92f53ae1c193744e23b59115e4fa8208cd4fcd16 | |
parent | a874d96995b94704b2acce8d3911bed2373d4220 (diff) | |
download | gsoc2013-evolution-f919a3bc4ebe0f000af4122a4b2f756f9b631136.tar.gz gsoc2013-evolution-f919a3bc4ebe0f000af4122a4b2f756f9b631136.tar.zst gsoc2013-evolution-f919a3bc4ebe0f000af4122a4b2f756f9b631136.zip |
Build against gtk+-3.0 when running distcheck.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 03870ac474..092da4b0a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -115,6 +115,7 @@ MAINTAINERCLEANFILES = \ # Scrollkeeper must be disabled for distcheck to work because # distcheck uses a custom prefix. See GNOME bug #354357. DISTCHECK_CONFIGURE_FLAGS = \ + --enable-gtk3 \ --enable-gtk-doc \ --disable-scrollkeeper \ --enable-test-component \ |