mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-26 23:55:42 +00:00
18 lines
282 B
Makefile
18 lines
282 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-digest.la
|
|
|
|
libcryb_digest_la_SOURCES = \
|
|
cryb_md2.c \
|
|
cryb_md4.c \
|
|
cryb_md5.c \
|
|
cryb_sha1.c \
|
|
cryb_sha224.c \
|
|
cryb_sha256.c \
|
|
cryb_sha384.c \
|
|
cryb_sha512.c \
|
|
\
|
|
cryb_digest.c
|
|
|
|
dist_man3_MANS = \
|
|
cryb_sha1.3
|