From fd772e32a23157fc29649070a6a5e94d70ae02f8 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 5 Jun 2015 15:51:40 +0100 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5ae1e9f4..c370ec31 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- cgit v1.2.3