X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=postlicyd%2FMakefile;h=e4eb9ab92d7dfc55d10729e6e5f86a18ec760098;hb=0df827a28124af3bb45cea7a3b80e5d1800bb1e2;hp=7331063c9fe770a62f6029cf3fb7b3da28becc7d;hpb=6aafe01d02acf2c2688ba7047b6f2f738afff50a;p=apps%2Fpfixtools.git diff --git a/postlicyd/Makefile b/postlicyd/Makefile index 7331063..e4eb9ab 100644 --- a/postlicyd/Makefile +++ b/postlicyd/Makefile @@ -35,7 +35,7 @@ PROGRAMS = postlicyd GENERATED = policy_tokens.h policy_tokens.c filter_tokens.h filter_tokens.c TESTS = test-rbl -postlicyd_SOURCES = greylist.c rbl.c main-postlicyd.c $(GENERATED) ../common/lib.a +postlicyd_SOURCES = main-postlicyd.c ../common/lib.a filter.c config.c greylist.c rbl.c $(GENERATED) postlicyd_LIBADD = $(TC_LIBS) tst-rbl_SOURCES = tst-rbl.c