Add make support for FiSHLiM on Unix

This commit is contained in:
Berke Viktor
2012-07-18 10:51:22 +02:00
parent 0cf80ecb32
commit 1d3c6d672e
5 changed files with 72 additions and 76 deletions

View File

@@ -25,5 +25,9 @@ if DO_DOAT
doatdir = doat
endif
if DO_FISHLIM
fishlimdir = fishlim
endif
#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc
SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir) $(doatdir)
SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir) $(doatdir) $(fishlimdir)