mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
18 lines
242 B
Makefile
18 lines
242 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-digest.la
|
|
|
|
libcryb_digest_la_SOURCES = \
|
|
cryb_digest.c \
|
|
\
|
|
md2.c \
|
|
md4.c \
|
|
md5.c \
|
|
sha1.c \
|
|
sha224.c \
|
|
sha256.c \
|
|
sha384.c \
|
|
sha512.c
|
|
|
|
dist_man3_MANS = \
|
|
cryb_sha1.3
|