X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=inline;f=postlicyd%2FMakefile;h=e4eb9ab92d7dfc55d10729e6e5f86a18ec760098;hb=70ec82c2314c3271f080ea6fccc6e8e4964c39d3;hp=5a0ab4913b410138840b95d1f59a09952f8f005e;hpb=8977d252fc44ae953df4bde4a2f1c5895beea4e0;p=apps%2Fpfixtools.git diff --git a/postlicyd/Makefile b/postlicyd/Makefile index 5a0ab49..e4eb9ab 100644 --- a/postlicyd/Makefile +++ b/postlicyd/Makefile @@ -32,10 +32,10 @@ include ../mk/tc.mk PROGRAMS = postlicyd -GENERATED = tokens.h tokens.c +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