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

Simon McVittie smcv at kemper.freedesktop.org
Thu Nov 7 19:41:30 CET 2013


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

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Thu Oct 31 14:10:33 2013 +0000

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.

(cherry picked from commit 9bde9a0b3cf6e1971705308ca2cba5cdcd0cd9b2)

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

---

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

diff --git a/configure.ac b/configure.ac
index f593ab7..4108dd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,7 +85,7 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_AUX_DIR([build-aux])
 
-AM_INIT_AUTOMAKE(1.12 dist-bzip2 no-define no-dist-gzip tar-ustar -Wno-portability parallel-tests)
+AM_INIT_AUTOMAKE(1.12 dist-bzip2 no-define no-dist-gzip tar-ustar -Wno-portability parallel-tests subdir-objects)
 AC_SEARCH_LIBS([strerror],[cposix])
 AC_PROG_CC
 AC_HEADER_STDC



More information about the telepathy-commits mailing list