From 518097e0f29a5536093f511e85b67c658825121a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sun, 11 Nov 2007 13:45:16 +0000 Subject: [PATCH] Install required files for lua http interface --- share/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/Makefile.am b/share/Makefile.am index baf66cc31c..a67c2650d7 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -17,6 +17,7 @@ nobase_dist_pkgdata_DATA = \ utils/video-vlc-default.sh \ $(DIST_skins2) \ $(DIST_http) \ + $(DIST_http_lua) \ $(DIST_lua) \ $(DIST_osdmenu_default) \ $(DIST_osdmenu_dvd) \ @@ -257,10 +258,13 @@ DIST_lua= \ luaplaylist/youtube_homepage.lua \ luaplaylist/metacafe.lua \ luaplaylist/googlevideo.lua \ + luaintf/http.lua \ luaintf/rc.lua \ luaintf/hotkeys.lua \ luaintf/modules/common.lua \ luaintf/modules/host.lua \ + luaintf/modules/httpd.lua \ + luaintf/modules/acl.lua \ luaintf/telnet.lua \ luaintf/dummy.lua