mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 01:00:19 +00:00
Add make support for SASL on Unix
This commit is contained in:
@@ -17,5 +17,9 @@ if DO_TCL
|
||||
tcldir = tcl
|
||||
endif
|
||||
|
||||
if DO_SASL
|
||||
sasldir = sasl
|
||||
endif
|
||||
|
||||
#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc
|
||||
SUBDIRS = . $(pythondir) $(perldir) $(tcldir)
|
||||
SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir)
|
||||
|
||||
Reference in New Issue
Block a user