From 370741f83d6a24ab15b19eacfaa646f4549f35e5 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 21 Jan 2014 09:46:26 +0100 Subject: [PATCH] configure.ac: Enable the subdir-objects option Avoid that automake >= 1.14 warns that some source files are in a subdirectory but that the option subdir-objects is disabled. See also http://www.gnu.org/software/automake/manual/html_node/List-of-Automake-options.html#index-Options_002c-subdir_002dobjects Signed-off-by: Bart Van Assche --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 60e9a3f..695a845 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_INIT(libiscsi, m4_esyscmd([grep 'Version:' ./packaging/RPM/libiscsi.spec.in 2 AC_CONFIG_SRCDIR([lib/init.c]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([-Wall -Werror subdir-objects]) AM_SILENT_RULES AM_PROG_AR LT_INIT