cryb-to/lib/hash/Makefile.am

26 lines
430 B
Text
Raw Normal View History

AM_CPPFLAGS = -I$(top_srcdir)/include
lib_LTLIBRARIES = libcryb-hash.la
libcryb_hash_la_SOURCES = \
2016-09-04 12:56:39 +00:00
cryb_adler32.c \
cryb_fletcher16.c \
cryb_fletcher32.c \
cryb_fletcher64.c \
cryb_murmur3_32.c \
cryb_pearson.c \
\
cryb_hash.c
2016-01-08 16:27:27 +00:00
dist_man3_MANS = \
cryb_adler32.3 \
2016-01-08 16:27:27 +00:00
cryb_fletcher.3 \
cryb_pearson.3 \
\
2016-01-08 16:27:27 +00:00
cryb_hash.3
libcryb_hash_la_LIBADD = \
$(top_builddir)/lib/core/libcryb-core.la
2017-03-06 23:50:17 +00:00
pkgconfig_DATA = cryb-hash.pc