From 2044a9568ccccad5e970853aca85f33be0131adc Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 17 Jul 2012 19:47:19 +0200 Subject: Add make support for Do At on Unix --- plugins/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index dd33d8c7..4ac35bce 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -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) -- cgit 1.4.1