diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-26 19:25:51 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-26 19:25:51 +0200 |
commit | 9b42328d55db6ee97bc66ebb085dadf4d94c1df9 (patch) | |
tree | 961a07617c8776d0c85680acdbd779a386ce2937 /src/plugins/Makefile.am | |
parent | d95aef21346b04c1fc17d52b96d0dfaa0cf3d43c (diff) | |
download | weechat-9b42328d55db6ee97bc66ebb085dadf4d94c1df9.zip |
guile: new script plugin for scheme (task #7289)
Diffstat (limited to 'src/plugins/Makefile.am')
-rw-r--r-- | src/plugins/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index c43ea99ba..0b8f1dc82 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -86,6 +86,10 @@ if PLUGIN_TCL script_dir = scripts endif +if PLUGIN_GUILE +script_dir = scripts +endif + if PLUGIN_XFER xfer_dir = xfer endif |