aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua-term-0.2-1.rockspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua-term-0.2-1.rockspec b/lua-term-0.2-1.rockspec
index b02b9f0..9387297 100644
--- a/lua-term-0.2-1.rockspec
+++ b/lua-term-0.2-1.rockspec
@@ -15,6 +15,7 @@ build = {
15 modules = { 15 modules = {
16 ['term'] = 'term/init.lua', 16 ['term'] = 'term/init.lua',
17 ['term.colors'] = 'term/colors.lua', 17 ['term.colors'] = 'term/colors.lua',
18 ['term.cursor'] = 'term/cursor.lua',
18 ['term.core'] = 'core.c', 19 ['term.core'] = 'core.c',
19 }, 20 },
20 type = 'builtin', 21 type = 'builtin',