mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-01 18:15:43 +00:00
8 lines
129 B
Text
8 lines
129 B
Text
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||
|
|
||
|
lib_LTLIBRARIES = libcryb-hash.la
|
||
|
|
||
|
libcryb_hash_la_SOURCES = \
|
||
|
murmur3_32.c \
|
||
|
pearson.c
|