summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-25 16:40:26 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-25 16:40:26 +0200
commit7cc2dc36e5e015a37d699df166edeee21f1e63e7 (patch)
treeeb9eaaee8b7b4c125cb9c34b709ec8d396da3b40 /plugins
parent82a903f347c737519bcc3be59cea5a53e337b6da (diff)
Get rid of the SASL plugin
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 9ca89e34..8d9e09b0 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -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)