From 1b0c07f8ea3415ebc4dcae2f87e5d529a83bb7b9 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Wed, 18 Jul 2012 14:50:58 +0200 Subject: Checksum Unix support and configure.in cosmetics --- 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 c8c4a795..53c59bf9 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -29,5 +29,9 @@ if DO_FISHLIM fishlimdir = fishlim endif +if DO_CHECKSUM +checksumdir = checksum +endif + #SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc -SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir) $(doatdir) $(fishlimdir) +SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir) $(doatdir) $(fishlimdir) $(checksumdir) -- cgit 1.4.1