diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
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 \ |