X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=Makefile;h=97bfaa111ebd18ae7d6948067500702e8ef7e9fb;hb=cd6d97ab05dc231c35cf0dd38afaa43f0ab1fd99;hp=29ee7aa348161d3fc0f0be6232ee85aca8539646;hpb=c78538ac1dd1f22e4b6384b6e85a153646cb90d9;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)