cryb-to/lib/digest/Makefile.am

14 lines
189 B
Text
Raw Normal View History

2014-07-04 11:18:53 +00:00
AM_CPPFLAGS = -I$(top_srcdir)/include
lib_LTLIBRARIES = libcryb-digest.la
libcryb_digest_la_SOURCES = \
md2.c \
md4.c \
2014-07-04 11:18:53 +00:00
md5.c \
sha1.c \
2014-07-11 13:33:58 +00:00
sha224.c \
sha256.c \
sha384.c \
sha512.c