From a7b362998d37616ba1d8b55d498f955621ebb6cf Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 2 Feb 2015 13:00:32 +0100 Subject: [PATCH] configure.ac: Enable option subdir-objects for automake It silences an automake warning and keep the rootdir cleaner. Signed-off-by: Giuseppe Scrivano --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4fe6d56a..89eaa39e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,8 @@ AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([1.13 -Wno-portability foreign no-define tar-ustar no-dist-gzip dist-xz color-tests parallel-tests]) +AM_INIT_AUTOMAKE([1.13 -Wno-portability foreign no-define tar-ustar no-dist-gzip dist-xz + color-tests parallel-tests subdir-objects]) AM_MAINTAINER_MODE([enable]) AM_SILENT_RULES([yes]) AC_USE_SYSTEM_EXTENSIONS