diff options
author | Patrick Griffis <tingping@tingping.se> | 2016-04-03 10:28:11 -0400 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2016-04-03 10:30:01 -0400 |
commit | 2e478f1b5a8ffbc388652a28d17f374fc7a82145 (patch) | |
tree | fd05cbd2917232c781500aab4a2e7c2014a93e27 /plugins/Makefile.am | |
parent | a77c6df7e271dfaee8b27d73da380d1759593e07 (diff) |
Import lua plugin
Written by @mniip
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 0b7dcc77..018cb924 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -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) |