Add "counter" filter.
[apps/pfixtools.git] / postlicyd / Makefile
index 3d344b7..659588a 100644 (file)
@@ -38,9 +38,9 @@ GENERATED = policy_tokens.h policy_tokens.c \
                                                param_tokens.h param_tokens.c
 TESTS     = tst-rbl tst-filters tst-greylist
 
-UB_LIBS   = -L/usr/local/lib -lunbound
+UB_LIBS   = -lunbound
 
-FILTERS                = iplist.c greylist.c strlist.c match.c
+FILTERS                = iplist.c greylist.c strlist.c match.c counters.c
 
 postlicyd_SOURCES = main-postlicyd.c ../common/lib.a filter.c config.c query.c $(FILTERS) $(GENERATED)
 postlicyd_LIBADD  = $(UB_LIBS) $(TC_LIBS)