summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-02 16:48:43 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-09 18:43:57 +0100
commit8fb03e86047fb5527da95288e3363f89a1115553 (patch)
treeb0ecf96dc3f1513943e8d3ff43081452ebad6aee /configure.ac
parente4de996122b9559d03fabe2f3d3a1b51d29ffecc (diff)
downloadtelepathy-glib-8fb03e86047fb5527da95288e3363f89a1115553.tar.gz
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@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6ebb199b0..e24240ce7 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