[next] telepathy-mission-control: Use subdir-objects (compile a/b.c to a/b. lo, not ./b.lo)
Simon McVittie
smcv at kemper.freedesktop.org
Fri Oct 4 06:00:39 PDT 2013
Module: telepathy-mission-control
Branch: next
Commit: 1f1106593299a95b52a1924e338701223ac9f0b4
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=1f1106593299a95b52a1924e338701223ac9f0b4
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Thu Sep 26 20:23:54 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.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69885
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 2fdff02..c5b945c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT([telepathy-mission-control], [5.16.99+])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR(Makefile.am)
-AM_INIT_AUTOMAKE([1.9 tar-ustar -Wno-portability])
+AM_INIT_AUTOMAKE([1.9 tar-ustar -Wno-portability subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_CONFIG_HEADERS(config.h)
More information about the telepathy-commits
mailing list