diff options
author | Diego Elio Pettenò <flameeyes@gmail.com> | 2011-05-25 16:10:49 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-05-26 12:11:34 +1000 |
commit | dac624ad2b3a67ab93c11d8ee0a91b217fc1afe6 (patch) | |
tree | 520d4cc3320b6bf792a0d35992c11b50674b9904 /configure.ac | |
parent | 8bb3786fead14c36fbfb6320e886e3a0e878b29f (diff) |
build: create object files following the sources' structure.
This allows building object files following the same subdirectory structure
as it was used before with the recursive build system, while keeping the
build non-recursive.
Signed-off-by: Diego Elio Pettenò <flameeyes@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e5427cd..dfef591 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR(.) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects]) AM_MAINTAINER_MODE # Initialize libtool |