diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-01 04:51:34 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-01 04:51:34 +0200 |
commit | b70062d6d257be8bf0d9f1260c519e5de129b580 (patch) | |
tree | 9199c912ce434b0fd14a2cac8f3ffa92265eca3d /plugins/Makefile.am | |
parent | abd20c25dcc1053e3ee6c71bab0430e6667fa574 (diff) |
Nuke Lua and Tcl
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 493c5760..99a43515 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -11,14 +11,6 @@ if DO_PERL perldir = perl endif -#if DO_TCL -#tcldir = tcl -#endif - -#if DO_SASL -#sasldir = sasl -#endif - if DO_DOAT doatdir = doat endif @@ -35,5 +27,5 @@ if DO_SYSINFO sysinfodir = sysinfo endif -#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc $(tcldir) $(sasldir) +#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc SUBDIRS = . $(pythondir) $(perldir) $(checksumdir) $(doatdir) $(fishlimdir) $(sysinfodir) |