1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

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
+4
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
+4
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