summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-04-05 18:35:33 +0000
committerSteven Barth <steven@midlink.org>2008-04-05 18:35:33 +0000
commit9ba8d2aea994c832316f111354668f52de831043 (patch)
tree38dbb506c91f71486fef95dc98620c703c7347e0 /Makefile
parent348dc7926806ce4cfe8a5bf8a9f63903469e53c8 (diff)
* Remove ffluci.util.__file__ as it relies on debug information
* Added ffluci.debug for things that rely on debug information * Fixed a bug regarding path detection when Luci is bytecompiled
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0aefd193c..57b3efd62 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
LUAC = luac
LUAC_OPTIONS = -s
-FILES =
+FILES = ffluci/debug.lua
CFILES = ffluci/util.lua ffluci/http.lua ffluci/fs.lua \
ffluci/sys.lua ffluci/model/uci.lua ffluci/model/ipkg.lua \