From 6adcbdcaf2ee9b85e70537b7510333c83858e708 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 11 Jun 2015 04:52:14 -0400 Subject: [PATCH] make distcheck: Enable -Werror and examples Signed-off-by: Anders Kaseorg --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 1ebaf57..c5cf249 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ SUBDIRS = src scripts man conf EXTRA_DIST = autogen.sh ocb-license.html README.md COPYING.iOS BUILT_SOURCES = version.h CLANG_SCAN_BUILD = scan-build +AM_DISTCHECK_CONFIGURE_FLAGS = --enable-compile-warnings=error --enable-examples .PHONY: VERSION