[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
- Previous message: [dovecot-cvs] dovecot/src/auth Makefile.am,1.30,1.31
- Next message: [dovecot-cvs]
dovecot/src/auth mech-ntlm.c, 1.1, 1.2 passdb.c, 1.20,
1.21 passdb.h, 1.11, 1.12 password-scheme-ntlm.c, 1.1,
1.2 password-scheme.c, 1.11, 1.12 password-scheme.h, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 = \
- Previous message: [dovecot-cvs] dovecot/src/auth Makefile.am,1.30,1.31
- Next message: [dovecot-cvs]
dovecot/src/auth mech-ntlm.c, 1.1, 1.2 passdb.c, 1.20,
1.21 passdb.h, 1.11, 1.12 password-scheme-ntlm.c, 1.1,
1.2 password-scheme.c, 1.11, 1.12 password-scheme.h, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list