aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.linux-mingw
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2013-01-17 10:04:08 -0800
committerGavin Andresen <[email protected]>2013-01-17 10:04:08 -0800
commit91f70a75daa7ffb89bbec23ca54e5f2c3fa1a83e (patch)
treed710cfa159d9077e6272b83491a126fb56ff3958 /src/makefile.linux-mingw
parentMerge pull request #2181 from Diapolo/translations (diff)
parentFilter mempool command (diff)
downloaddiscoin-91f70a75daa7ffb89bbec23ca54e5f2c3fa1a83e.tar.xz
discoin-91f70a75daa7ffb89bbec23ca54e5f2c3fa1a83e.zip
Merge pull request #1795 from TheBlueMatt/bloom
Bloom filters
Diffstat (limited to 'src/makefile.linux-mingw')
-rw-r--r--src/makefile.linux-mingw2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw
index 47dc7c5c4..ff565f2a2 100644
--- a/src/makefile.linux-mingw
+++ b/src/makefile.linux-mingw
@@ -83,6 +83,8 @@ OBJS= \
obj/wallet.o \
obj/walletdb.o \
obj/noui.o \
+ obj/hash.o \
+ obj/bloom.o \
obj/leveldb.o \
obj/txdb.o