X-Git-Url: http://git.madism.org/?p=apps%2Fpfixtools.git;a=blobdiff_plain;f=postlicyd%2FMakefile;h=3d344b792a633d62ceecd340b6d0a9cfc25cea4c;hp=380b83a11b10764da09b00607cb790e9a6648a7f;hb=840ef69e66dd78da380501ae93fac2230283ad53;hpb=8b037ff01fb49d7de7776c8be6e69d28739128d5 diff --git a/postlicyd/Makefile b/postlicyd/Makefile index 380b83a..3d344b7 100644 --- a/postlicyd/Makefile +++ b/postlicyd/Makefile @@ -40,7 +40,7 @@ TESTS = tst-rbl tst-filters tst-greylist UB_LIBS = -L/usr/local/lib -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)