From: Timo Sirainen Date: Thu, 24 Nov 2011 00:13:13 +0000 (+0200) Subject: Makefile: Added missing hmac-sha1.h X-Git-Tag: 2.1.rc1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8fc47550ff67af42508aa0e77f52cb5da3c2631;p=thirdparty%2Fdovecot%2Fcore.git Makefile: Added missing hmac-sha1.h --- diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 2f06e9357c..5896dafdf1 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -161,6 +161,7 @@ headers = \ hex-binary.h \ hex-dec.h \ hmac-md5.h \ + hmac-sha1.h \ home-expand.h \ hostpid.h \ imem.h \