X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=postlicyd%2FMakefile;h=e4eb9ab92d7dfc55d10729e6e5f86a18ec760098;hb=70ec82c2314c3271f080ea6fccc6e8e4964c39d3;hp=a16ba302f0da632ca45474668366dbd134e1c864;hpb=929bb1ca2452a5bc7410896fd4e5eea44901a0b7;p=apps%2Fpfixtools.git diff --git a/postlicyd/Makefile b/postlicyd/Makefile index a16ba30..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 filter.c config.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