From ffce2913de7560e9944e50982617881fd3cfbfc2 Mon Sep 17 00:00:00 2001 From: David Grove Date: Thu, 10 Dec 2015 22:32:58 +0000 Subject: [PATCH] enable subdir-objects for automake Enable subdir-objects to silence warning caused by the addition of linux_stubs.c to src/shims. This seems like the most contained fix to allow a .c file in the shims subdir without warnings. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3f8aea44a..75a00ac56 100644 --- a/configure.ac +++ b/configure.ac @@ -102,7 +102,7 @@ AS_IF([test "x$enable_apple_tsd_optimizations" = "xyes"], ) AC_USE_SYSTEM_EXTENSIONS -AM_INIT_AUTOMAKE([foreign no-dependencies]) +AM_INIT_AUTOMAKE([foreign no-dependencies subdir-objects]) LT_INIT([disable-static]) AC_PROG_INSTALL