mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
0023f57ab5
consisting of the Pearson string hash function and the Murmur3-32 hash function.
9 lines
139 B
Makefile
9 lines
139 B
Makefile
# $Cryb$
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-hash.la
|
|
|
|
libcryb_hash_la_SOURCES = \
|
|
murmur3_32.c \
|
|
pearson.c
|