[vlc-devel] commit: Fix luac install path ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Feb 21 14:42:47 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 21 15:42:38 2010 +0200| [066bcd2441de49b0526b8c5cdddcdff0f33ce3a2] | committer: Rémi Denis-Courmont 

Fix luac install path

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

 share/Makefile.am |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/share/Makefile.am b/share/Makefile.am
index 0b90b03..73cdfdb 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -184,8 +184,6 @@ DIST_osdmenu_default = \
 #
 # LUA
 #
-vlcluadir = $(vlclibdir)/lua
-
 luac_verbose = $(luac_verbose_$(V))
 luac_verbose_ = $(luac_verbose_$(AM_DEFAULT_VERBOSITY))
 luac_verbose_0 = @echo "  LUAC   $@";
@@ -195,7 +193,7 @@ luac_verbose_0 = @echo "  LUAC   $@";
 	$(luac_verbose)$(LUAC) -o $@ $<
 
 if BUILD_LUA
-vlclua_DATA = \
+nobase_vlclib_DATA = \
 	lua/intf/rc.luac \
 	lua/intf/hotkeys.luac \
 	lua/intf/modules/common.luac \
@@ -229,7 +227,7 @@ vlclua_DATA = \
 	lua/sd/frenchtv.luac \
 	$(NULL)
 if BUILD_HTTPD
-vlclua_DATA += \
+nobase_vlclib_DATA += \
 	lua/intf/http.luac \
 	$(NULL)
 nobase_vlcdata_DATA += $(DIST_http_lua)




More information about the vlc-devel mailing list