From 5acb061e01376dd03a70feb8be5dd2621011cc98 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Wed, 15 Oct 2008 00:44:49 +0200 Subject: [PATCH] Need libev here. Signed-off-by: Florent Bruneau --- postlicyd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postlicyd/Makefile b/postlicyd/Makefile index 64c7433..3dea836 100644 --- a/postlicyd/Makefile +++ b/postlicyd/Makefile @@ -48,7 +48,7 @@ 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-filters_SOURCES = tst-filters.c ../common/lib.a config.c filter.c query.c $(FILTERS) $(GENERATED) -tst-filters_LIBADD = $(UB_LIBS) $(TC_LIBS) +tst-filters_LIBADD = $(UB_LIBS) $(TC_LIBS) -lev tst-greylist_SOURCES = tst-greylist.c ../common/lib.a tst-greylist_LIBADD = $(TC_LIBS) -- 2.20.1