From cc9c0c5e5484188cc144aed151d7213af140771a Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sat, 1 Nov 2008 15:50:37 +0100 Subject: [PATCH] Fix compilation of rbl test. Signed-off-by: Florent Bruneau --- postlicyd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/postlicyd/Makefile b/postlicyd/Makefile index 3dea836..386d2af 100644 --- a/postlicyd/Makefile +++ b/postlicyd/Makefile @@ -46,6 +46,7 @@ postlicyd_SOURCES = main-postlicyd.c ../common/lib.a filter.c config.c query.c $ postlicyd_LIBADD = $(UB_LIBS) $(TC_LIBS) -lev tst-rbl_SOURCES = tst-rbl.c ../common/lib.a filter.c config.c query.c iplist.c $(GENERATED) +tst-rbl_LIBADD = $(UB_LIBS) -lev tst-filters_SOURCES = tst-filters.c ../common/lib.a config.c filter.c query.c $(FILTERS) $(GENERATED) tst-filters_LIBADD = $(UB_LIBS) $(TC_LIBS) -lev -- 2.20.1