From e0a013397a51963039c43877be3afe954e519be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 11 Aug 2010 14:28:06 +0300 Subject: filter: implement basic analysis of urls Analysing of the url host part, some simple tests. Not usable as squid filter yet. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d4b84a6..499eb67 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TARGETS=squark-auth squarkdb.so +TARGETS=squark-auth squark-filter squarkdb.so NETSNMP_CFLAGS:=$(shell net-snmp-config --cflags) NETSNMP_LIBS:=$(shell net-snmp-config --libs) @@ -15,6 +15,9 @@ all: $(TARGETS) squark-auth: squark-auth.o blob.o $(CC) -o $@ $^ $(NETSNMP_LIBS) +squark-filter: squark-filter.o squarkdb.o blob.o + $(CC) -o $@ $^ $(CMPH_LIBS) + squarkdb.so: lua-squarkdb.o squarkdb.o blob.o $(CC) -shared -o $@ $^ $(LUA_LIBS) $(CMPH_LIBS) -- cgit v1.2.3