From 8125919b0d8e7c776652e4f1d829b9edfa6c4a68 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Fri, 15 Jan 2016 13:33:53 -0600 Subject: [PATCH] build: build distcheck with --enable-fatal-warnings Signed-off-by: Derek Foreman Reviewed-by: Bryce Harrington --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index e850abc..5e5576e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,8 @@ AM_CPPFLAGS = \ AM_CFLAGS = $(GCC_CFLAGS) +AM_DISTCHECK_CONFIGURE_FLAGS = --enable-fatal-warnings + aclocaldir = $(datadir)/aclocal dist_aclocal_DATA = wayland-scanner.m4 -- 2.7.4