From 4e2d5a81bb2834f7393e9847bfa091f8a0a07556 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Fri, 27 Nov 2015 03:24:24 +0100 Subject: libihash: provide a general purpose hash algorithm * libdiskfs/name-cache.c: Move the Murmur3 algorithm... * libihash/murmur3.c: ... here, and properly attribute the code. * libihash/ihash.h (hurd_ihash_hash32): New prototype. * libihash/Makefile (SRCS): Add new file. --- libihash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libihash/Makefile') 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) -- cgit v1.2.3