aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgilles <gilles@poolp.org>2016-07-06 17:17:43 +0200
committergilles <gilles@poolp.org>2016-07-06 17:17:43 +0200
commit87154eb163874679b37c90cd6b85b2bef00b386a (patch)
tree293a5711700675fcf0152b32576632511751db83
parentdisable build of all filters except for infra ones: monkey, stub, trace, void (diff)
downloadOpenSMTPD-extras-87154eb163874679b37c90cd6b85b2bef00b386a.tar.xz
OpenSMTPD-extras-87154eb163874679b37c90cd6b85b2bef00b386a.zip
disable entering sub directories for experimental filters
-rw-r--r--extras/filters/Makefile.am40
1 files changed, 0 insertions, 40 deletions
diff --git a/extras/filters/Makefile.am b/extras/filters/Makefile.am
index 62c5fbd..eb670bb 100644
--- a/extras/filters/Makefile.am
+++ b/extras/filters/Makefile.am
@@ -1,49 +1,9 @@
SUBDIRS =
-if HAVE_FILTER_CLAMAV
-SUBDIRS += filter-clamav
-endif
-
-if HAVE_FILTER_DKIM_SIGNER
-SUBDIRS += filter-dkim-signer
-endif
-
-if HAVE_FILTER_DNSBL
-SUBDIRS += filter-dnsbl
-endif
-
-if HAVE_FILTER_LUA
-SUBDIRS += filter-lua
-endif
-
if HAVE_FILTER_MONKEY
SUBDIRS += filter-monkey
endif
-if HAVE_FILTER_PAUSE
-SUBDIRS += filter-pause
-endif
-
-if HAVE_FILTER_PERL
-SUBDIRS += filter-perl
-endif
-
-if HAVE_FILTER_PYTHON
-SUBDIRS += filter-python
-endif
-
-if HAVE_FILTER_REGEX
-SUBDIRS += filter-regex
-endif
-
-if HAVE_FILTER_RSPAMD
-SUBDIRS += filter-rspamd
-endif
-
-if HAVE_FILTER_SPAMASSASSIN
-SUBDIRS += filter-spamassassin
-endif
-
if HAVE_FILTER_STUB
SUBDIRS += filter-stub
endif