[vlc-commits] Distribute VLSub.lua
Jean-Baptiste Kempf
git at videolan.org
Sun Sep 22 21:23:36 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Sep 22 21:23:17 2013 +0200| [9faf021325b60655d956c82d9a0f7bba20a3ff90] | committer: Jean-Baptiste Kempf
Distribute VLSub.lua
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9faf021325b60655d956c82d9a0f7bba20a3ff90
---
share/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/share/Makefile.am b/share/Makefile.am
index b7137be..4ae9b37 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -103,6 +103,7 @@ luac_verbose_0 = @echo " LUAC $@";
if BUILD_LUA
nobase_vlclib_DATA = \
+ lua/extensions/VLSub.luac \
lua/intf/cli.luac \
lua/intf/dummy.luac \
lua/intf/dumpmeta.luac \
@@ -186,6 +187,7 @@ MOSTLYCLEANFILES += $(nobase_vlclib_DATA)
EXTRA_DIST += \
lua/README.txt \
lua/extensions/README.txt \
+ lua/extensions/VLSub.lua \
lua/intf/README.txt \
lua/intf/cli.lua \
lua/intf/dummy.lua \
More information about the vlc-commits
mailing list