[dovecot-cvs] dovecot/src/util Makefile.am,1.4,1.5

cras at dovecot.org cras at dovecot.org
Fri Jul 30 04:39:15 EEST 2004


Update of /home/cvs/dovecot/src/util
In directory talvi:/tmp/cvs-serv10373/util

Modified Files:
	Makefile.am 
Log Message:
Added auth/libpassword.a which util/dovecotpw can use rather than using
object files directly.



Index: Makefile.am
===================================================================
RCS file: /home/cvs/dovecot/src/util/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am	26 Jul 2004 17:59:38 -0000	1.4
+++ Makefile.am	30 Jul 2004 01:39:13 -0000	1.5
@@ -14,11 +14,9 @@
 	rawlog.c
 
 dovecotpw_LDADD = \
+	../auth/libpassword.a \
+	../lib-ntlm/libntlm.a \
 	../lib/liblib.a \
-	../auth/password-scheme.o \
-	../auth/password-scheme-cram-md5.o \
-	../auth/password-scheme-md5crypt.o \
-	../auth/mycrypt.o \
 	$(AUTH_LIBS)
 
 dovecotpw_SOURCES = \



More information about the dovecot-cvs mailing list