summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-01-26 13:49:12 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-02 18:38:07 +0000
commit7cf5d2fac4660dc73c8c2714d0cfab05e2e0d090 (patch)
tree28ae2d9d2a84aa5525e033754b148ee3d1ee3470
parentef06f2a23344898e13675c15e9c8475f6768ddee (diff)
downloaddbus-7cf5d2fac4660dc73c8c2714d0cfab05e2e0d090.tar.gz
dbus-7cf5d2fac4660dc73c8c2714d0cfab05e2e0d090.tar.bz2
dbus-7cf5d2fac4660dc73c8c2714d0cfab05e2e0d090.zip
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
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aab78c65..5e6f5559 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)