1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

adding lua plugin/scripts support

This commit is contained in:
Emmanuel Bouthenot
2006-02-08 13:14:23 +00:00
parent a5cef6abde
commit 8ddc5afb21
2 changed files with 10 additions and 2 deletions
+5 -1
View File
@@ -34,4 +34,8 @@ if PLUGIN_RUBY
ruby_dir = ruby
endif
SUBDIRS = . $(perl_dir) $(python_dir) $(ruby_dir)
if PLUGIN_LUA
lua_dir = lua
endif
SUBDIRS = . $(perl_dir) $(python_dir) $(ruby_dir) $(lua_dir)