[vlc-devel] commit: Lua SD: compile scripts (Fabio Ritrovato )
    git version control 
    git at videolan.org
       
    Sat Feb 20 14:26:05 CET 2010
    
    
  
vlc | branch: master | Fabio Ritrovato <sephiroth87 at videolan.org> | Sat Feb 20 14:23:43 2010 +0100| [96966aeae979d60ec983d9e4bb2098395e3a286c] | committer: Fabio Ritrovato 
Lua SD: compile scripts
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=96966aeae979d60ec983d9e4bb2098395e3a286c
---
 share/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/share/Makefile.am b/share/Makefile.am
index 9cc7a34..5e83c47 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -224,6 +224,9 @@ vlclua_DATA = \
 	lua/playlist/vimeo.luac \
 	lua/playlist/youtube.luac \
 	lua/playlist/youtube_homepage.luac \
+	lua/sd/fmc.luac \
+	lua/sd/freebox.luac \
+	lua/sd/frenchtv.luac \
 	$(NULL)
 if BUILD_HTTPD
 vlclua_DATA += \
    
    
More information about the vlc-devel
mailing list