* Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers
[project/luci.git] / build / config.mk
1 LUAC = luac
2 LUAC_OPTIONS = -s
3
4 LUA_MODULEDIR = /usr/lib/lua
5 LUA_LIBRARYDIR = /usr/lib/lua
6
7 LUCI_MODULEDIR = $(LUA_MODULEDIR)/luci
8 LUCI_LIBRARYDIR = $(LUA_LIBRARYDIR)/luci
9