summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2014-01-31 23:49:33 -0800
committerKristian Høgsberg <krh@bitplanet.net>2014-01-31 23:49:33 -0800
commit396a9bb99567447b713ac4aca7342272b93dc831 (patch)
tree3637daa3f606e8ff220decb4ac97e751aa3ab686 /configure.ac
parenta72d37566780ab8abab235cd21817733962cb1e1 (diff)
downloadweston-396a9bb99567447b713ac4aca7342272b93dc831.tar.gz
build: Use subdir-objects automake option
This makes automake place the object files in the same subdir as the source file. For a recursive build system as we have now, there's no difference, but with a non-recursive build system it means that the object files don't all end up in the toplevel directory.
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 7c2a2c57..dd2639f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AC_CONFIG_HEADERS([config.h])
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
-AM_INIT_AUTOMAKE([1.11 parallel-tests foreign no-dist-gzip dist-xz color-tests])
+AM_INIT_AUTOMAKE([1.11 parallel-tests foreign no-dist-gzip dist-xz color-tests subdir-objects])
AM_SILENT_RULES([yes])