aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.osx
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2012-08-13 05:26:27 +0200
committerMatt Corallo <[email protected]>2013-01-16 12:48:01 -0500
commitbd21612c37cf4f2df3a6926beff8a7f89714235e (patch)
tree3c192ac4bb78ac67847cfbda463876587a1e61d9 /src/makefile.osx
parentAdd MurmurHash3 implementation to hash.h/add hash.cpp. (diff)
downloaddiscoin-bd21612c37cf4f2df3a6926beff8a7f89714235e.tar.xz
discoin-bd21612c37cf4f2df3a6926beff8a7f89714235e.zip
Add a CBloomFilter class for use as a transaction filter.
Diffstat (limited to 'src/makefile.osx')
-rw-r--r--src/makefile.osx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.osx b/src/makefile.osx
index 474f17b73..8b7c559fa 100644
--- a/src/makefile.osx
+++ b/src/makefile.osx
@@ -97,6 +97,7 @@ OBJS= \
obj/wallet.o \
obj/walletdb.o \
obj/hash.o \
+ obj/bloom.o \
obj/noui.o \
obj/leveldb.o \
obj/txdb.o