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 <bvanassche@acm.org>
This commit is contained in:
committed by
Ronnie Sahlberg
parent
6cdb47b9b4
commit
370741f83d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user