X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-hash%2FMakefile.am;h=842d0311ec88b213090f999ae08fc7d728abb9ff;hb=669e2b71f91e2bc8a1245068104bd8e163c449de;hp=7231e4f0428d6613236355b0f53a89ba265e6426;hpb=2dc50decd320b310ef56c14041b6fa4fefd865ac;p=apps%2Fmadmutt.git diff --git a/lib-hash/Makefile.am b/lib-hash/Makefile.am index 7231e4f..842d031 100644 --- a/lib-hash/Makefile.am +++ b/lib-hash/Makefile.am @@ -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