[dovecot-cvs] dovecot/src/util Makefile.am,1.5,1.6
cras at dovecot.org
cras at dovecot.org
Fri Jul 30 06:10:07 EEST 2004
Update of /home/cvs/dovecot/src/util
In directory talvi:/tmp/cvs-serv26388
Modified Files:
Makefile.am
Log Message:
RAND_LIBS and MODULE_LIBS are needed for dovecotpw.
Index: Makefile.am
===================================================================
RCS file: /home/cvs/dovecot/src/util/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.am 30 Jul 2004 01:39:13 -0000 1.5
+++ Makefile.am 30 Jul 2004 03:10:05 -0000 1.6
@@ -17,7 +17,9 @@
../auth/libpassword.a \
../lib-ntlm/libntlm.a \
../lib/liblib.a \
- $(AUTH_LIBS)
+ $(AUTH_LIBS) \
+ $(RAND_LIBS) \
+ $(MODULE_LIBS)
dovecotpw_SOURCES = \
dovecotpw.c
More information about the dovecot-cvs
mailing list