mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-25 23:25:42 +00:00
479ffbba4a
Remove $Cryb$ tags as it is likely that the code will move to git.
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
|