From 1d3c6d672eaa8d97fa24f52b14efc9ec79d71929 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Wed, 18 Jul 2012 10:51:22 +0200 Subject: Add make support for FiSHLiM 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 4ac35bce..c8c4a795 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -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) -- cgit 1.4.1