summaryrefslogtreecommitdiff
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:39:56 +0100
commit0653d67287e9e5e7a19f72c502329505717a1807 (patch)
tree566687f837eabb208cec0727af2d37e63552502a
parent40674069bb850f4edc888fb722139484148a7637 (diff)
downloadtelepathy-haze-0653d67287e9e5e7a19f72c502329505717a1807.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>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 80f47ca..8b9407f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_INIT([telepathy-haze], [haze_version],
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([1.9 -Wno-portability])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability subdir-objects])
AM_CONFIG_HEADER([config.h])
AC_CONFIG_FILES([Makefile
src/Makefile