1 automake: add subdir-objects option
3 Our version of automake warns if this option is enabled and source files
4 in subdirectories are used.
6 It doesn't really seems to have a noticable effect on the build, but it
7 does remove a lot of annoying warnings.
9 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
11 diff -Nrup vlc-2.1.2.orig/configure.ac vlc-2.1.2/configure.ac
12 --- vlc-2.1.2.orig/configure.ac 2014-02-27 00:22:19.512944952 +0100
13 +++ vlc-2.1.2/configure.ac 2014-02-27 00:24:21.360940651 +0100
14 @@ -24,7 +24,7 @@ AC_CANONICAL_BUILD
16 AC_PRESERVE_HELP_ORDER
18 -AM_INIT_AUTOMAKE(tar-ustar color-tests foreign)
19 +AM_INIT_AUTOMAKE(tar-ustar color-tests foreign subdir-objects)
20 AC_CONFIG_HEADERS([config.h])
22 # Disable with "./configure --disable-silent-rules" or "make V=1"