summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-31 14:10:33 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-07 18:23:07 +0000
commitb233a20307fad6d3d305a3cbadb71aa14c95c343 (patch)
tree47fe4180d003db522d1af9b1ebb7b453b9458f93
parent5582f77b867ddd0b8f6abd87ee01eb19bdc2002a (diff)
downloadtelepathy-logger-b233a20307fad6d3d305a3cbadb71aa14c95c343.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. (cherry picked from commit 9bde9a0b3cf6e1971705308ca2cba5cdcd0cd9b2) Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
-rw-r--r--configure.ac2
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