Add make support for Do At on Unix

This commit is contained in:
Berke Viktor
2012-07-17 19:47:19 +02:00
parent e5f4c4d217
commit 2044a9568c
3 changed files with 38 additions and 3 deletions

View File

@@ -21,5 +21,9 @@ if DO_SASL
sasldir = sasl
endif
if DO_DOAT
doatdir = doat
endif
#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc
SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir)
SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir) $(doatdir)