vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Wed Dec 9 23:14:43 2015 +0100| [0f75899264beb929dc24abc43f3526a7c13d3952] | committer: Hugo Beauzée-Luyssen
compat: Fix warning > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0f75899264beb929dc24abc43f3526a7c13d3952 --- compat/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/compat/Makefile.am b/compat/Makefile.am index e4b7a8e..58094d4 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -5,6 +5,7 @@ libcompat_la_LDFLAGS = -no-undefined -static BUILT_SOURCES = dummy.c CLEANFILES = dummy.c +AUTOMAKE_OPTIONS = subdir-objects dummy.c: $(AM_V_at)rm -f dummy.c _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
