Import lua plugin

Written by @mniip
This commit is contained in:
Patrick Griffis
2016-04-03 10:28:11 -04:00
parent a77c6df7e2
commit 2e478f1b5a
4 changed files with 1754 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
if DO_LUA
lua = lua
endif
if DO_PYTHON
pythondir = python
endif
@@ -22,4 +26,4 @@ if DO_SYSINFO
sysinfodir = sysinfo
endif
SUBDIRS = $(pythondir) $(perldir) $(checksumdir) $(doatdir) $(fishlimdir) $(sysinfodir)
SUBDIRS = $(lua) $(pythondir) $(perldir) $(checksumdir) $(doatdir) $(fishlimdir) $(sysinfodir)