1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

guile: new script plugin for scheme (task #7289)

This commit is contained in:
Sebastien Helleu
2011-10-26 19:25:51 +02:00
parent d95aef2134
commit 9b42328d55
39 changed files with 7281 additions and 278 deletions
+5 -1
View File
@@ -48,6 +48,10 @@ if PLUGIN_TCL
tcl_dir = tcl
endif
SUBDIRS = . $(perl_dir) $(python_dir) $(ruby_dir) $(lua_dir) $(tcl_dir)
if PLUGIN_GUILE
guile_dir = guile
endif
SUBDIRS = . $(perl_dir) $(python_dir) $(ruby_dir) $(lua_dir) $(tcl_dir) $(guile_dir)
EXTRA_DIST = CMakeLists.txt