telepathy-gabble: Use subdir-objects (compile a/b.c to a/b.lo, not ./b.lo)

Simon McVittie smcv at kemper.freedesktop.org
Wed Oct 9 10:39:20 PDT 2013


Module: telepathy-gabble
Branch: master
Commit: de8059dfa97a580562ca62aa09be3db5b126d917
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=de8059dfa97a580562ca62aa09be3db5b126d917

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Oct  2 16:48:43 2013 +0100

Use subdir-objects (compile a/b.c to a/b.lo, not ./b.lo)

Automake 2 will make this the default, and 1.14 warns about not
using it. Equivalent to MC commit 1f11065.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70045
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6c901ea..ae53561 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_INIT([Telepathy Gabble], [gabble_version],
 
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([1.9 -Wno-portability tar-ustar])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability tar-ustar subdir-objects])
 AM_CONFIG_HEADER(config.h)
 
 AC_USE_SYSTEM_EXTENSIONS



More information about the telepathy-commits mailing list