From 1b5075d946e454ec4405164e995c581c035d4b1d Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Mon, 12 Nov 2012 19:03:19 +0100 Subject: Get rid of the buggy, unmaintained and unused Lua and Tcl interfaces --- plugins/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/Makefile.am') 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) -- cgit 1.4.1