X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=Makefile;h=97bfaa111ebd18ae7d6948067500702e8ef7e9fb;hb=4c619131857a40cf59a472fc55257bae4ded12d7;hp=29ee7aa348161d3fc0f0be6232ee85aca8539646;hpb=cbc1e00dbd0e45d064bce91b84e0959937894daf;p=apps%2Fpfixtools.git diff --git a/Makefile b/Makefile index 29ee7aa..97bfaa1 100644 --- a/Makefile +++ b/Makefile @@ -44,9 +44,8 @@ TESTS = tst-rbl GENERATED = tokens.h tokens.c -postlicyd_SOURCES = common.c threads.c str.c buffer.c \ - policy.c greylist.c rbl.c \ - $(GENERATED) main-postlicyd.c +postlicyd_SOURCES = common.c threads.c str.c buffer.c $(GENERATED) \ + greylist.c rbl.c main-postlicyd.c postlicyd_LIBADD = -lpthread $(TC_LIBS) postlicyd_CFLAGS = $(TC_CFLAGS)