cryb-to/lib/digest/Makefile.am
Dag-Erling Smørgrav 479ffbba4a Remove author and sponsor tags; we'll deal with that some other way.
Remove $Cryb$ tags as it is likely that the code will move to git.
2014-08-01 14:31:07 +00:00

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