diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-10-23 10:36:40 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-10-23 10:36:40 +0800 |
commit | ea72de2a2304a417f069fc79b759dd5c704451b6 (patch) | |
tree | 3b4f38010f6caa95557150a47b36a5b69a11d475 /Makefile.am | |
parent | 3dbc2ae638e8b90f886f64a4d338b0fea2af5d0b (diff) | |
download | gsoc2013-evolution-ea72de2a2304a417f069fc79b759dd5c704451b6.tar.gz gsoc2013-evolution-ea72de2a2304a417f069fc79b759dd5c704451b6.tar.zst gsoc2013-evolution-ea72de2a2304a417f069fc79b759dd5c704451b6.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 |