X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=Makefile;h=97bfaa111ebd18ae7d6948067500702e8ef7e9fb;hb=93ab2b3dc7658be50317765792a8720c54b29807;hp=3dcb94ce082e69c0ff7f713c43bf492841ea043e;hpb=cf48fad99532b7590b8bfea416532a7a84910bdf;p=apps%2Fpfixtools.git diff --git a/Makefile b/Makefile index 3dcb94c..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 \ - greylist.c rbl.c \ - $(GENERATED) postfix.c 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)