[dovecot-cvs] dovecot/src/util Makefile.am,1.8,1.9

tss at dovecot.org tss at dovecot.org
Sun Nov 12 19:36:42 UTC 2006


Update of /var/lib/cvs/dovecot/src/util
In directory talvi:/tmp/cvs-serv24954/src/util

Modified Files:
	Makefile.am 
Log Message:
Added OTP and S/KEY authentication mechanisms. Patch by Andrey Panin.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/util/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am	14 Jan 2006 12:46:33 -0000	1.8
+++ Makefile.am	12 Nov 2006 19:36:40 -0000	1.9
@@ -22,6 +22,7 @@
 dovecotpw_LDADD = \
 	../auth/libpassword.a \
 	../lib-ntlm/libntlm.a \
+	../lib-otp/libotp.a \
 	../lib/liblib.a \
 	$(AUTH_LIBS) \
 	$(RAND_LIBS) \



More information about the dovecot-cvs mailing list