summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2014-08-20 08:12:47 +0100
committerDavid King <amigadave@amigadave.com>2015-01-28 10:50:49 +0000
commit7adf3afd2ad78db10c67566b2e6d4469e56e1bc8 (patch)
tree3bb3ef23b5ccbafc9f87ac51421ce17469c8f3e1 /Makefile.am
parent40ab0b44a9277ebe4e66b16423598a75f7cd4e7d (diff)
downloadyelp-7adf3afd2ad78db10c67566b2e6d4469e56e1bc8.tar.gz
Use more stringent configure flags for distcheck
As both bzip2 and lzma support are required for building the documentation during distcheck, add the relevant arguments to DISTCHECK_CONFIGURE_FLAGS.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cb4a807b..0a259940 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,4 +23,7 @@ DISTCLEANFILES = \
CLEANFILES = $(desktop_DATA)
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+DISTCHECK_CONFIGURE_FLAGS = \
+ --enable-bz2 \
+ --enable-gtk-doc \
+ --enable-lzma