summary refs log tree commit diff stats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-12 19:03:19 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-12 19:03:19 +0100
commit1b5075d946e454ec4405164e995c581c035d4b1d (patch)
tree92168fb232af41ce8504ab18afbaecda45f196f5 /plugins/Makefile.am
parentb5f58a4be20683cd58b40133cc2ab8e50c158e90 (diff)
Get rid of the buggy, unmaintained and unused Lua and Tcl interfaces
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 73a91bce..493c5760 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -11,9 +11,9 @@ if DO_PERL
 perldir = perl
 endif
 
-if DO_TCL
-tcldir = tcl
-endif
+#if DO_TCL
+#tcldir = tcl
+#endif
 
 #if DO_SASL
 #sasldir = sasl
@@ -35,5 +35,5 @@ if DO_SYSINFO
 sysinfodir = sysinfo
 endif
 
-#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc
-SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(doatdir) $(fishlimdir) $(checksumdir) $(sysinfodir)
+#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc $(tcldir) $(sasldir)
+SUBDIRS = . $(pythondir) $(perldir) $(checksumdir) $(doatdir) $(fishlimdir) $(sysinfodir)