sha is not used anymore.
[apps/madmutt.git] / lib-hash / Makefile.am
index 7231e4f..842d031 100644 (file)
@@ -1,8 +1,6 @@
 noinst_LIBRARIES = libhash.a
 
-libhash_a_SOURCES = md5.h sha1.h crypthash.h   \
-                   md5.c sha1.c
-
-noinst_HEADERS    = md5.h sha1.h
+libhash_a_SOURCES = md5.h md5.c
+noinst_HEADERS    = md5.h
 
 -include $(top_buildir)/tools/cflags.mk