summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-05-27 15:12:38 +0200
committerStef Walter <stefw@collabora.co.uk>2011-05-27 15:12:38 +0200
commita2fbdb1a3cd9d137010182be43fdf4ff8491dd9f (patch)
tree304500ca80ee6ca0cd2ea8888f1ed8f48834d4ba /Makefile.am
parentad14c9c4c1345fe01336fc0d5bfccd3fca248ce1 (diff)
downloadp11-kit-a2fbdb1a3cd9d137010182be43fdf4ff8491dd9f.tar.gz
Fix problems with 'make distcheck'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a0dd689..52cfcae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,6 +8,10 @@ SUBDIRS = \
ACLOCAL_AMFLAGS = -I m4
+DISTCHECK_CONFIGURE_FLAGS = \
+ --enable-gtk-doc \
+ --disable-coverage
+
dist-hook:
@if test -d "$(srcdir)/.git"; \
then \