Hash :
c3c8d859
Author :
Date :
2017-06-01T02:43:22
## Process this file with automake to produce Makefile.in
AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir)/include \
$(nil)
LDADD = $(top_builddir)/src/libmd.la
check_PROGRAMS = \
md2 \
md4 \
md5 \
rmd160 \
sha1 \
sha2 \
$(nil)
TESTS = $(check_PROGRAMS)