1
0
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:
Sebastien Helleu
2008-10-05 19:06:46 +02:00
parent 269bf55b1e
commit 44944ef01f
36 changed files with 5984 additions and 14 deletions
+5 -1
View File
@@ -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)