create a lib-hash.a with sha1 and md5.
[apps/madmutt.git] / lib-hash / Makefile.am
1 noinst_LIBRARIES = libhash.a
2
3 libhash_a_SOURCES = md5.h sha1.h crypthash.h   \
4                     md5.c sha1.c
5
6 noinst_HEADERS    = md5.h sha1.h
7