From 84354c50f807607700b95debdd3a7ddfde0c09f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Tue, 14 Sep 2010 14:59:38 +0300 Subject: authdb: use configuration file to decide blocked categories and cache the information to authdb properly. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8536d07..db683a2 100644 --- a/Makefile +++ b/Makefile @@ -13,10 +13,10 @@ LIBS+=-lrt all: $(TARGETS) -squark-auth-snmp: squark-auth-snmp.o authdb.o blob.o addr.o +squark-auth-snmp: squark-auth-snmp.o filterdb.o authdb.o blob.o addr.o $(CC) -o $@ $^ $(NETSNMP_LIBS) $(LIBS) -squark-auth-ip: squark-auth-ip.o authdb.o blob.o addr.o +squark-auth-ip: squark-auth-ip.o filterdb.o authdb.o blob.o addr.o $(CC) -o $@ $^ $(LIBS) squark-filter: squark-filter.o filterdb.o authdb.o blob.o addr.o -- cgit v1.2.3