mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
479ffbba4a
Remove $Cryb$ tags as it is likely that the code will move to git.
13 lines
189 B
Makefile
13 lines
189 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-digest.la
|
|
|
|
libcryb_digest_la_SOURCES = \
|
|
md2.c \
|
|
md4.c \
|
|
md5.c \
|
|
sha1.c \
|
|
sha224.c \
|
|
sha256.c \
|
|
sha384.c \
|
|
sha512.c
|