X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=postlicyd%2FMakefile;h=104155ccd349f9a08fe63271e04112c738cdbd9e;hb=81227d766b6cd49042c042ac18c66bd9ec661d47;hp=8ffe7cd4fc6bd056ff2b387c80bf32f06303c064;hpb=d0404804bd7aa22e3030e16b17051e6d8f369bf9;p=apps%2Fpfixtools.git diff --git a/postlicyd/Makefile b/postlicyd/Makefile index 8ffe7cd..104155c 100644 --- a/postlicyd/Makefile +++ b/postlicyd/Makefile @@ -38,15 +38,17 @@ GENERATED = policy_tokens.h policy_tokens.c \ param_tokens.h param_tokens.c TESTS = tst-rbl tst-filters tst-greylist +UB_LIBS = -lunbound + 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 = $(TC_LIBS) +postlicyd_LIBADD = $(UB_LIBS) $(TC_LIBS) 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 = $(TC_LIBS) +tst-filters_LIBADD = $(UB_LIBS) $(TC_LIBS) tst-greylist_SOURCES = tst-greylist.c ../common/lib.a tst-greylist_LIBADD = $(TC_LIBS)