]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Enable subdir-objects Automake option
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 26 Jan 2015 13:49:12 +0000 (13:49 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 2 Feb 2015 18:38:07 +0000 (18:38 +0000)
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

index aab78c6514bf567e05c1cf943b373ea758908ac4..5e6f5559dcb53998ba147f2359681e4758dc4fd1 100644 (file)
@@ -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)