diff options
author | Matt Corallo <git@bluematt.me> | 2013-01-10 13:16:00 -0500 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2013-01-16 12:48:01 -0500 |
commit | 7ab026f4493b145f2255d816864cb1a3486e0788 (patch) | |
tree | 72a9b123331434c3ac8f2cf837692f6ec3413793 /src/makefile.unix | |
parent | 68feac96b67b80a4fe59c4f349b58af9c77e2709 (diff) |
Add MurmurHash3 implementation to hash.h/add hash.cpp.
Diffstat (limited to 'src/makefile.unix')
-rw-r--r-- | src/makefile.unix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.unix b/src/makefile.unix index 9e17e8ace2..979a4a6520 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -127,6 +127,7 @@ OBJS= \ obj/util.o \ obj/wallet.o \ obj/walletdb.o \ + obj/hash.o \ obj/noui.o \ obj/leveldb.o \ obj/txdb.o |