[vlc-commits] Distribute VLSub.lua

Jean-Baptiste Kempf git at videolan.org
Sun Sep 22 21:49:43 CEST 2013


vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Sep 22 21:23:17 2013 +0200| [be89e98450b85cc2fdf997f9c6a2b2935a41cf4b] | committer: Jean-Baptiste Kempf

Distribute VLSub.lua

(cherry picked from commit 9faf021325b60655d956c82d9a0f7bba20a3ff90)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=be89e98450b85cc2fdf997f9c6a2b2935a41cf4b
---

 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