Starts a "match" filter that compares a field of the query with a given value.
[apps/pfixtools.git] / postlicyd / Makefile
index 7605bc8..bdfd89b 100644 (file)
@@ -38,7 +38,7 @@ GENERATED = policy_tokens.h policy_tokens.c \
                                                param_tokens.h param_tokens.c
 TESTS     = test-rbl
 
-FILTERS                = rbl.c greylist.c
+FILTERS                = rbl.c greylist.c strlist.c match.c
 
 postlicyd_SOURCES = main-postlicyd.c ../common/lib.a filter.c config.c $(FILTERS) $(GENERATED)
 postlicyd_LIBADD  = $(TC_LIBS)