X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=postlicyd%2FMakefile;h=3dea836d022eb7c5e0a1d6ea744c91f3d58dddb1;hb=1f20b76400d58d143d433236a26b43e2c25da1f5;hp=104155ccd349f9a08fe63271e04112c738cdbd9e;hpb=bb184852a893618fff9f778af628ad088fbb9746;p=apps%2Fpfixtools.git diff --git a/postlicyd/Makefile b/postlicyd/Makefile index 104155c..3dea836 100644 --- a/postlicyd/Makefile +++ b/postlicyd/Makefile @@ -40,15 +40,15 @@ TESTS = tst-rbl tst-filters tst-greylist 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) +postlicyd_LIBADD = $(UB_LIBS) $(TC_LIBS) -lev tst-rbl_SOURCES = tst-rbl.c ../common/lib.a filter.c config.c query.c iplist.c $(GENERATED) tst-filters_SOURCES = tst-filters.c ../common/lib.a config.c filter.c query.c $(FILTERS) $(GENERATED) -tst-filters_LIBADD = $(UB_LIBS) $(TC_LIBS) +tst-filters_LIBADD = $(UB_LIBS) $(TC_LIBS) -lev tst-greylist_SOURCES = tst-greylist.c ../common/lib.a tst-greylist_LIBADD = $(TC_LIBS)