mirror of
https://github.com/cryb-to/cryb-to.git
synced 2025-02-06 19:11:11 +00:00
7 lines
129 B
Makefile
7 lines
129 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-hash.la
|
|
|
|
libcryb_hash_la_SOURCES = \
|
|
murmur3_32.c \
|
|
pearson.c
|