]> git.sesse.net Git - vlc/commitdiff
Move sandbox lua module to global modules directory.
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 13 Feb 2010 13:21:38 +0000 (14:21 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 13 Feb 2010 15:40:46 +0000 (16:40 +0100)
share/Makefile.am
share/lua/modules/sandbox.lua [moved from share/lua/intf/modules/sandbox.lua with 100% similarity]

index 8c2c9ca323d770d33313f860c8a1357e376eb8d3..8de6857c30df5fe234ab300e6c906cebfc5c4bdb 100644 (file)
@@ -218,9 +218,9 @@ DIST_lua= \
        lua/intf/hotkeys.lua \
        lua/intf/modules/common.lua \
        lua/intf/modules/host.lua \
-       lua/intf/modules/sandbox.lua \
        lua/intf/telnet.lua \
-       lua/intf/dummy.lua
+       lua/intf/dummy.lua \
+       lua/modules/sandbox.lua
 
 DIST_http_lua = \
        lua/http/.hosts \