Get rid of the SASL plugin

This commit is contained in:
Berke Viktor
2012-10-25 16:40:26 +02:00
parent 82a903f347
commit 7cc2dc36e5
9 changed files with 29 additions and 31 deletions

View File

@ -17,9 +17,9 @@ if DO_TCL
tcldir = tcl
endif
if DO_SASL
sasldir = sasl
endif
#if DO_SASL
#sasldir = sasl
#endif
if DO_DOAT
doatdir = doat
@ -38,4 +38,4 @@ sysinfodir = sysinfo
endif
#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc
SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir) $(doatdir) $(fishlimdir) $(checksumdir) $(sysinfodir)
SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(doatdir) $(fishlimdir) $(checksumdir) $(sysinfodir)