aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.linux-mingw
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2012-08-13 05:26:27 +0200
committerMatt Corallo <git@bluematt.me>2013-01-16 12:48:01 -0500
commitbd21612c37cf4f2df3a6926beff8a7f89714235e (patch)
tree3c192ac4bb78ac67847cfbda463876587a1e61d9 /src/makefile.linux-mingw
parent7ab026f4493b145f2255d816864cb1a3486e0788 (diff)
downloadbitcoin-bd21612c37cf4f2df3a6926beff8a7f89714235e.tar.xz
Add a CBloomFilter class for use as a transaction filter.
Diffstat (limited to 'src/makefile.linux-mingw')
-rw-r--r--src/makefile.linux-mingw1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw
index 95e7e83cd0..ff565f2a2d 100644
--- a/src/makefile.linux-mingw
+++ b/src/makefile.linux-mingw
@@ -84,6 +84,7 @@ OBJS= \
obj/walletdb.o \
obj/noui.o \
obj/hash.o \
+ obj/bloom.o \
obj/leveldb.o \
obj/txdb.o