]> git.sesse.net Git - vlc/commitdiff
luahttp: fix vlm dialogs packaging.
authorFrancois Cartegnie <fcvlcdev@free.fr>
Tue, 13 Sep 2011 19:00:29 +0000 (21:00 +0200)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Tue, 13 Sep 2011 21:25:37 +0000 (23:25 +0200)
Old vlm interface was not working because of missing files

share/Makefile.am

index dc28a9e7a595f8fd21f9369c7485a9343ec72dbd..dd0b1cbd86cc25f5f86cbdf789bfdbbb1572e9d1 100644 (file)
@@ -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 \