summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2010-09-14 14:59:38 +0300
committerTimo Teräs <timo.teras@iki.fi>2010-09-14 14:59:38 +0300
commit84354c50f807607700b95debdd3a7ddfde0c09f9 (patch)
tree56065d6d7a34b45a6cbb5eef662ae1f1bad64484 /Makefile
parent4be1e8fd5e352a54e87a81979d5ad303efdcbffe (diff)
downloadsquark-84354c50f807607700b95debdd3a7ddfde0c09f9.tar.bz2
squark-84354c50f807607700b95debdd3a7ddfde0c09f9.tar.xz
authdb: use configuration file to decide blocked categories
and cache the information to authdb properly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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