diff options
author | Stef Walter <stefw@gnome.org> | 2014-03-05 09:25:47 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2014-03-05 13:02:16 +0100 |
commit | 4f0b8a25630d6555cf0d91b849273e0e24a174ad (patch) | |
tree | 85adfadb797e93603c5df9670fb9c0aac9061e4d | |
parent | 51a455ef499543dd8f72890be6795da9d2c4037d (diff) |
Makefile.am: Don't do 'make distcheck' with silent make rules
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e81bcd32..c7089f95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --disable-strict \ --disable-coverage \ --disable-update-mime \ + --disable-silent-rules \ --with-pkcs11-modules=$(abs_srcdir)/$(top_distdir)/_inst/lib \ --with-pkcs11-config=$(abs_srcdir)/$(top_distdir)/_inst/etc/pkcs11 \ $(NULL) |