summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorRob Kendrick (humdrum) <rob.kendrick@codethink.co.uk>2013-05-17 11:40:43 +0100
committerRob Kendrick (humdrum) <rob.kendrick@codethink.co.uk>2013-05-17 11:40:43 +0100
commit60e8f11850f338aef0742578f1e97f0db9c0548a (patch)
tree6b708d5e20815fb0be4d8e52765b7d6504e1c0bf /utils/Makefile
parent9f00abec0388ccbce07b67d5e2490e3e6c383456 (diff)
downloadnetsurf-60e8f11850f338aef0742578f1e97f0db9c0548a.tar.gz
netsurf-60e8f11850f338aef0742578f1e97f0db9c0548a.tar.bz2
urldb maintains a bloom filter of URLs contained within and consults it when searching
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile4
1 files changed, 2 insertions, 2 deletions
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))