From 864ea76a2db320a072aba3153e003fe820e9b5e9 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 7 Jul 2016 11:10:55 +0200 Subject: [PATCH] build: enable examples build during distcheck No example should be left behind. Make sure we run the build for them during distcheck so we can be sure we did not introduce any build problems here. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e6ef14962b..2e91197274 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,8 @@ ACLOCAL_AMFLAGS = -I m4 AM_MAKEFLAGS = --no-print-directory AM_DISTCHECK_CONFIGURE_FLAGS = \ ---with-tests=regular +--with-tests=regular \ +--enable-always-build-examples SUBDIRS = src data config doc