build: Add the automake subdir-objects option

automake 1.14 was complaining here:

overlay/Makefile.am:44: warning: source file 'x11/x11-window.c' is in a
subdirectory, but option 'subdir-objects' is disabled.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau 2015-06-05 15:51:40 +01:00
parent c221e09420
commit fd772e32a2

View File

@ -35,7 +35,7 @@ AC_SYS_LARGEFILE
AC_GNU_SOURCE
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([1.12 foreign dist-bzip2])
AM_INIT_AUTOMAKE([1.12 foreign subdir-objects dist-bzip2])
AM_PATH_PYTHON([3],, [:])
AC_PROG_CC