vlc | branch: master | Francois Cartegnie <[email protected]> | Tue Sep 13 21:00:29 2011 +0200| [1f68a4db6f91b868524899e47e2bd6f82e314f23] | committer: Francois Cartegnie
luahttp: fix vlm dialogs packaging. Old vlm interface was not working because of missing files > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1f68a4db6f91b868524899e47e2bd6f82e314f23 --- share/Makefile.am | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/share/Makefile.am b/share/Makefile.am index dc28a9e..dd0b1cb 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -262,6 +262,13 @@ DIST_http_lua = \ lua/http/dialogs/stream_window.html \ lua/http/dialogs/offset_window.html \ lua/http/dialogs/stream_config_window.html \ + lua/http/dialogs/browse \ + lua/http/dialogs/footer \ + lua/http/dialogs/input \ + lua/http/dialogs/main \ + lua/http/dialogs/playlist \ + lua/http/dialogs/sout \ + lua/http/dialogs/vlm \ lua/http/custom.lua \ lua/http/flash.html \ lua/http/vlm.html \ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
