X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=postlicyd%2FMakefile;h=104155ccd349f9a08fe63271e04112c738cdbd9e;hb=bb184852a893618fff9f778af628ad088fbb9746;hp=380b83a11b10764da09b00607cb790e9a6648a7f;hpb=6deab7a7086ccb592daa0c41e12759ec0b9c7aa0;p=apps%2Fpfixtools.git diff --git a/postlicyd/Makefile b/postlicyd/Makefile index 380b83a..104155c 100644 --- a/postlicyd/Makefile +++ b/postlicyd/Makefile @@ -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 match.c +FILTERS = iplist.c greylist.c strlist.c match.c postlicyd_SOURCES = main-postlicyd.c ../common/lib.a filter.c config.c query.c $(FILTERS) $(GENERATED) postlicyd_LIBADD = $(UB_LIBS) $(TC_LIBS)