<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Jan 25, 2015 at 3:17 AM, Michael Ira Krufky <span dir="ltr"><<a href="mailto:mkrufky@linuxtv.org" target="_blank">mkrufky@linuxtv.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Fix the following warning when using automake-1.14:<br>
<br>
automake-1.14: warning: possible forward-incompatibility.<br>
automake-1.14: At least a source file is in a subdirectory, but the<br>
'subdir-objects'<br>
automake-1.14: automake option hasn't been enabled.  For now, the<br>
corresponding output<br>
automake-1.14: object file(s) will be placed in the top-level<br>
directory.  However,<br>
automake-1.14: this behaviour will change in future Automake versions: they will<br>
automake-1.14: unconditionally cause object files to be placed in the<br>
same subdirectory<br>
automake-1.14: of the corresponding sources.<br>
automake-1.14: You are advised to start using 'subdir-objects' option<br>
throughout your<br>
automake-1.14: project, to avoid future incompatibilities.<br>
src/Makefile.am:130: warning: source file 'tables/???.c' is in a subdirectory,<br>
src/Makefile.am:130: but option 'subdir-objects' is disabled<br>
src/Makefile.am:130: warning: source file 'tables/atsc_???.c' is in a<br>
subdirectory,<br>
src/Makefile.am:130: but option 'subdir-objects' is disabled<br>
src/Makefile.am:77: warning: source file 'descriptors/dr_??.c' is in a<br>
subdirectory,<br>
src/Makefile.am:77: but option 'subdir-objects' is disabled<br>
<br>
Signed-off-by: Michael Ira Krufky <<a href="mailto:mkrufky@linuxtv.org">mkrufky@linuxtv.org</a>><br>
---<br>
 <a href="http://configure.ac" target="_blank">configure.ac</a> | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/<a href="http://configure.ac" target="_blank">configure.ac</a> b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
index 7973bf6..9778c2a 100644<br>
--- a/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
+++ b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
@@ -4,7 +4,7 @@ AC_PREREQ(2.50)<br>
 AC_CONFIG_AUX_DIR(.auto)<br>
 AC_CANONICAL_SYSTEM<br>
<br>
-AM_INIT_AUTOMAKE<br>
+AM_INIT_AUTOMAKE([subdir-objects])<br>
 AC_CONFIG_HEADERS(config.h)<br>
 AC_CONFIG_MACRO_DIR([m4])<br>
</blockquote></div><br><div><div>Merged, thanks.<br><br></div>Kind regards,<br><br></div>Jean-Paul Saman<br></div></div>