summaryrefslogtreecommitdiff
path: root/libihash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libihash/Makefile')
-rw-r--r--libihash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libihash/Makefile b/libihash/Makefile
index 09bb1362..3377ef41 100644
--- a/libihash/Makefile
+++ b/libihash/Makefile
@@ -20,7 +20,7 @@ dir := libihash
makemode := library
libname := libihash
-SRCS = ihash.c
+SRCS = ihash.c murmur3.c
installhdrs = ihash.h
OBJS = $(SRCS:.c=.o)