aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.mingw
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2013-01-10 13:16:00 -0500
committerMatt Corallo <[email protected]>2013-01-16 12:48:01 -0500
commit7ab026f4493b145f2255d816864cb1a3486e0788 (patch)
tree72a9b123331434c3ac8f2cf837692f6ec3413793 /src/makefile.mingw
parentAdd const versions of base_uint.end()/begin(), make size() const. (diff)
downloaddiscoin-7ab026f4493b145f2255d816864cb1a3486e0788.tar.xz
discoin-7ab026f4493b145f2255d816864cb1a3486e0788.zip
Add MurmurHash3 implementation to hash.h/add hash.cpp.
Diffstat (limited to 'src/makefile.mingw')
-rw-r--r--src/makefile.mingw1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw
index 22d65d670..2abc34478 100644
--- a/src/makefile.mingw
+++ b/src/makefile.mingw
@@ -78,6 +78,7 @@ OBJS= \
obj/util.o \
obj/wallet.o \
obj/walletdb.o \
+ obj/hash.o \
obj/noui.o \
obj/leveldb.o \
obj/txdb.o