mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 06:16:40 +02:00
Add Tcl script plugin (thanks to Dmitry Kobylin)
This commit is contained in:
@@ -41,4 +41,8 @@ if PLUGIN_LUA
|
||||
lua_dir = lua
|
||||
endif
|
||||
|
||||
SUBDIRS = . $(perl_dir) $(python_dir) $(ruby_dir) $(lua_dir)
|
||||
if PLUGIN_TCL
|
||||
tcl_dir = tcl
|
||||
endif
|
||||
|
||||
SUBDIRS = . $(perl_dir) $(python_dir) $(ruby_dir) $(lua_dir) $(tcl_dir)
|
||||
|
||||
Reference in New Issue
Block a user