From 7cf5d2fac4660dc73c8c2714d0cfab05e2e0d090 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 26 Jan 2015 13:49:12 +0000 Subject: [PATCH] Enable subdir-objects Automake option It has been supported since at least 1.10, and its absence is deprecated since 1.14. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=88808 Reviewed-by: Philip Withnall --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index aab78c651..5e6f5559d 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AC_CANONICAL_HOST AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability]) +AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability subdir-objects]) GETTEXT_PACKAGE=dbus-1 AC_SUBST(GETTEXT_PACKAGE) -- 2.47.3