[Pkg-telepathy-commits] [telepathy-glib] 27/111: Use subdir-objects (compile a/b.c to a/b.lo, not ./b.lo)

Simon McVittie smcv at debian.org
Wed Mar 19 18:07:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-glib.

commit 8fb03e86047fb5527da95288e3363f89a1115553
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 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 6ebb199..e24240c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ AC_INIT([Telepathy-GLib], [tp_glib_version],
 
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([1.11 -Wno-portability])
+AM_INIT_AUTOMAKE([1.11 -Wno-portability subdir-objects])
 AC_CONFIG_HEADERS(config.h)
 
 AM_SILENT_RULES

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-glib.git



More information about the Pkg-telepathy-commits mailing list