diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-06-25 13:26:05 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-06-25 13:26:05 +0000 |
commit | 3ff84e5e4ff402b550b7fa768e010a3586dded10 (patch) | |
tree | 34a6c480c7ce02063ebb22c1c1e73d41b0fb7073 /apps/plugins/lua/SOURCES | |
parent | 48f4512518c60456d02b3802d0bae41e6095ec21 (diff) |
Lua: add the package library
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21506 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lua/SOURCES')
-rw-r--r-- | apps/plugins/lua/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/SOURCES b/apps/plugins/lua/SOURCES index b443ce8437..5755b6c42e 100644 --- a/apps/plugins/lua/SOURCES +++ b/apps/plugins/lua/SOURCES @@ -10,6 +10,7 @@ lfunc.c lgc.c llex.c lmem.c +loadlib.c lobject.c lopcodes.c loslib.c |