X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=postlicyd%2FMakefile;h=386d2af161d36ecfae4308c6135a1062913cf342;hb=966ef448f783d04f8083978e4f6a27fd91c4bd94;hp=3d344b792a633d62ceecd340b6d0a9cfc25cea4c;hpb=840ef69e66dd78da380501ae93fac2230283ad53;p=apps%2Fpfixtools.git diff --git a/postlicyd/Makefile b/postlicyd/Makefile index 3d344b7..386d2af 100644 --- a/postlicyd/Makefile +++ b/postlicyd/Makefile @@ -38,17 +38,18 @@ 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) +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-rbl_LIBADD = $(UB_LIBS) -lev 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)