mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 17:06:14 +00:00
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:
parent
c221e09420
commit
fd772e32a2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user