]> git.sesse.net Git - vlc/blobdiff - share/Makefile.am
Install required files for lua http interface
[vlc] / share / Makefile.am
index 20971f66611b8648649f1df1221a01860ba71a26..a67c2650d7dedf47761d4427109a1b27a0fc481d 100644 (file)
@@ -13,8 +13,11 @@ dist_pkgdata_DATA = \
 
 nobase_dist_pkgdata_DATA = \
        utils/gnome-vlc-default.sh \
+       utils/audio-vlc-default.sh \
+       utils/video-vlc-default.sh \
        $(DIST_skins2) \
        $(DIST_http) \
+       $(DIST_http_lua) \
        $(DIST_lua) \
        $(DIST_osdmenu_default) \
        $(DIST_osdmenu_dvd) \
@@ -233,7 +236,7 @@ DIST_osdmenu_dvd = \
        osdmenu/dvd/unselect/barroff.png
 
 DIST_osdmenu_minimal = \
-       osdmenu/menu.cfg \
+       osdmenu/minimal.cfg \
        osdmenu/minimal/fs_panel_simple.xcf \
        osdmenu/minimal/fs_panel_skip_next.png \
        osdmenu/minimal/fs_panel_simple.png \
@@ -245,9 +248,102 @@ DIST_osdmenu_minimal = \
        osdmenu/minimal/fs_panel_mockup.png
 
 DIST_lua= \
+       luameta/README.txt \
+       luameta/googleimage.lua \
        luaplaylist/README.txt \
+       luaplaylist/break.lua \
        luaplaylist/dailymotion.lua \
+       luaplaylist/lelombrik.lua \
        luaplaylist/youtube.lua \
        luaplaylist/youtube_homepage.lua \
        luaplaylist/metacafe.lua \
-       luaplaylist/googlevideo.lua
+       luaplaylist/googlevideo.lua \
+       luaintf/http.lua \
+       luaintf/rc.lua \
+       luaintf/hotkeys.lua \
+       luaintf/modules/common.lua \
+       luaintf/modules/host.lua \
+       luaintf/modules/httpd.lua \
+       luaintf/modules/acl.lua \
+       luaintf/telnet.lua \
+       luaintf/dummy.lua
+
+DIST_http_lua = \
+       http-lua/.hosts \
+       http-lua/dialogs/.hosts \
+       http-lua/dialogs/browse \
+       http-lua/dialogs/footer \
+       http-lua/dialogs/input \
+       http-lua/dialogs/main \
+       http-lua/dialogs/mosaic \
+       http-lua/dialogs/playlist \
+       http-lua/dialogs/sout \
+       http-lua/dialogs/vlm \
+       http-lua/favicon.ico \
+       http-lua/images/delete.png \
+       http-lua/images/delete_small.png \
+       http-lua/images/eject.png \
+       http-lua/images/empty.png \
+       http-lua/images/fullscreen.png \
+       http-lua/images/help.png \
+       http-lua/images/info.png \
+       http-lua/images/loop.png \
+       http-lua/images/minus.png \
+       http-lua/images/next.png \
+       http-lua/images/pause.png \
+       http-lua/images/play.png \
+       http-lua/images/playlist.png \
+       http-lua/images/playlist_small.png \
+       http-lua/images/plus.png \
+       http-lua/images/prev.png \
+       http-lua/images/refresh.png \
+       http-lua/images/repeat.png \
+       http-lua/images/sd.png \
+       http-lua/images/shuffle.png \
+       http-lua/images/slider_bar.png \
+       http-lua/images/slider_left.png \
+       http-lua/images/slider_point.png \
+       http-lua/images/slider_right.png \
+       http-lua/images/snapshot.png \
+       http-lua/images/slow.png \
+       http-lua/images/sort.png \
+       http-lua/images/sout.png \
+       http-lua/images/speaker.png \
+       http-lua/images/speaker_mute.png \
+       http-lua/images/stop.png \
+       http-lua/images/vlc16x16.png \
+       http-lua/images/volume_down.png \
+       http-lua/images/volume_up.png \
+       http-lua/images/white.png \
+       http-lua/images/white_cross_small.png \
+       http-lua/index.html \
+       http-lua/js/functions.js \
+       http-lua/js/mosaic.js \
+       http-lua/js/vlm.js \
+       http-lua/mosaic.html \
+       http-lua/old/.hosts \
+       http-lua/old/admin/.access \
+       http-lua/old/admin/browse.html \
+       http-lua/old/admin/dboxfiles.html \
+       http-lua/old/admin/index.html \
+       http-lua/old/cone_minus.png \
+       http-lua/old/cone_plus.png \
+       http-lua/old/index.html \
+       http-lua/old/info.html \
+       http-lua/old/style.css \
+       http-lua/old/vlm/edit.html \
+       http-lua/old/vlm/index.html \
+       http-lua/old/vlm/new.html \
+       http-lua/old/vlm/show.html \
+       http-lua/old/webcam.html \
+       http-lua/requests/browse.xml \
+       http-lua/requests/playlist.xml \
+       http-lua/requests/status.xml \
+       http-lua/requests/vlm.xml \
+       http-lua/requests/vlm_cmd.xml \
+       http-lua/requests/readme \
+       http-lua/style.css \
+       http-lua/iehacks.css \
+       http-lua/vlm.html \
+       http-lua/vlm_export.html \
+       http-lua/flash.html