diff options
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index a695478..5fb62a9 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -159,3 +159,8 @@ superdom.c #endif md5sum.c + +#if (PLUGIN_BUFFER_SIZE >= 0x80000) +lua.c +#endif + |