mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-23 22:25:46 +00:00
10 lines
177 B
Makefile
10 lines
177 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-hash.la
|
|
|
|
libcryb_hash_la_SOURCES = \
|
|
fletcher16.c \
|
|
fletcher32.c \
|
|
fletcher64.c \
|
|
murmur3_32.c \
|
|
pearson.c
|