From 7ab026f4493b145f2255d816864cb1a3486e0788 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 10 Jan 2013 13:16:00 -0500 Subject: Add MurmurHash3 implementation to hash.h/add hash.cpp. --- src/makefile.mingw | 1 + 1 file changed, 1 insertion(+) (limited to 'src/makefile.mingw') diff --git a/src/makefile.mingw b/src/makefile.mingw index 22d65d6703..2abc34478d 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 -- cgit v1.2.3