From 70ec82c2314c3271f080ea6fccc6e8e4964c39d3 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sat, 13 Sep 2008 16:04:59 +0200 Subject: [PATCH] Fix order of linkage to setup modules in a correct order. Signed-off-by: Florent Bruneau --- postlicyd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1