Enable plugins compilation if Lua is enabled (like Perl/Python/Ruby)

This commit is contained in:
Sebastien Helleu 2006-02-11 10:09:59 +00:00
parent e4eeaaf1dd
commit e7f730387f
2 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,10 @@ if PLUGIN_RUBY
script_dir = scripts
endif
if PLUGIN_LUA
script_dir = scripts
endif
SUBDIRS = $(script_dir)
noinst_LIBRARIES = lib_weechat_plugins.a

View File

@ -29,6 +29,10 @@ if PLUGIN_RUBY
script_dir = scripts
endif
if PLUGIN_LUA
script_dir = scripts
endif
SUBDIRS = $(script_dir)
noinst_LIBRARIES = lib_weechat_plugins.a