Hash :
cf9ac150
Author :
Date :
2018-10-06T04:33:02
## 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_HEADERS = \
test.h \
$(nil)
check_PROGRAMS = \
md2 \
md4 \
md5 \
rmd160 \
sha1 \
sha2 \
$(nil)
TESTS = $(check_PROGRAMS)