LGTM.<br><br><div class="gmail_quote">On Sat Jan 24 2015 at 6:17:37 PM Michael Ira Krufky <<a href="mailto:mkrufky@linuxtv.org">mkrufky@linuxtv.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;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" target="_blank">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-<u></u>objects])<br>
 AC_CONFIG_HEADERS(config.h)<br>
 AC_CONFIG_MACRO_DIR([m4])<br>
______________________________<u></u>_________________<br>
libdvbpsi-devel mailing list<br>
<a href="mailto:libdvbpsi-devel@videolan.org" target="_blank">libdvbpsi-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/libdvbpsi-devel" target="_blank">https://mailman.videolan.org/<u></u>listinfo/libdvbpsi-devel</a><br>
</blockquote></div>