From 60e8f11850f338aef0742578f1e97f0db9c0548a Mon Sep 17 00:00:00 2001 From: "Rob Kendrick (humdrum)" Date: Fri, 17 May 2013 11:40:43 +0100 Subject: urldb maintains a bloom filter of URLs contained within and consults it when searching --- utils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/Makefile') diff --git a/utils/Makefile b/utils/Makefile index ed34e9557..071e4fec1 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -2,6 +2,6 @@ S_UTILS := base64.c corestrings.c filename.c filepath.c hashtable.c \ libdom.c locale.c log.c messages.c nsurl.c talloc.c url.c \ - utf8.c utils.c useragent.c + utf8.c utils.c useragent.c bloom.c -S_UTILS := $(addprefix utils/,$(S_UTILS)) \ No newline at end of file +S_UTILS := $(addprefix utils/,$(S_UTILS)) -- cgit v1.2.3