Get rid of the buggy, unmaintained and unused Lua and Tcl interfaces

This commit is contained in:
Berke Viktor
2012-11-12 19:03:19 +01:00
parent b5f58a4be2
commit 1b5075d946
6 changed files with 50 additions and 56 deletions

View File

@@ -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)