diff options
| author | Matt Corallo <[email protected]> | 2013-01-10 13:16:00 -0500 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2013-01-16 12:48:01 -0500 |
| commit | 7ab026f4493b145f2255d816864cb1a3486e0788 (patch) | |
| tree | 72a9b123331434c3ac8f2cf837692f6ec3413793 /src/makefile.linux-mingw | |
| parent | Add const versions of base_uint.end()/begin(), make size() const. (diff) | |
| download | discoin-7ab026f4493b145f2255d816864cb1a3486e0788.tar.xz discoin-7ab026f4493b145f2255d816864cb1a3486e0788.zip | |
Add MurmurHash3 implementation to hash.h/add hash.cpp.
Diffstat (limited to 'src/makefile.linux-mingw')
| -rw-r--r-- | src/makefile.linux-mingw | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 47dc7c5c4..95e7e83cd 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -83,6 +83,7 @@ OBJS= \ obj/wallet.o \ obj/walletdb.o \ obj/noui.o \ + obj/hash.o \ obj/leveldb.o \ obj/txdb.o |