Add filter_test and move query parser in its own file.
[apps/pfixtools.git] / postlicyd / Makefile
index 7605bc8..7901504 100644 (file)
@@ -38,9 +38,9 @@ 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_SOURCES = main-postlicyd.c ../common/lib.a filter.c config.c query.c $(FILTERS) $(GENERATED)
 postlicyd_LIBADD  = $(TC_LIBS)
 
 tst-rbl_SOURCES   = tst-rbl.c