diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-10-23 10:36:40 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-10-23 22:56:42 +0800 |
commit | fb8a74a5c5583d7523b155bf74c1603b3a13baad (patch) | |
tree | e4209c0006986494701aca4e4609825b073ed86f /Makefile.am | |
parent | a33d48fba13c9f2d16a9eb618a92aa330d831578 (diff) | |
download | gsoc2013-evolution-fb8a74a5c5583d7523b155bf74c1603b3a13baad.tar.gz gsoc2013-evolution-fb8a74a5c5583d7523b155bf74c1603b3a13baad.tar.zst gsoc2013-evolution-fb8a74a5c5583d7523b155bf74c1603b3a13baad.zip |
Don't require libpst to run distcheck.
(Not available on Debian, which I happen to be using.)
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 e2e1b15883..a5e0d9f767 100644 --- a/Makefile.am +++ b/Makefile.am @@ -153,6 +153,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --disable-scrollkeeper \ --enable-test-component \ --disable-image-inline \ + --disable-pst-import \ --disable-weather \ --with-help |