changeset 1190:c54c61822d27 HEAD

s/ldap/vpopmail/ in vpopmail.so example
author Timo Sirainen <tss@iki.fi>
date Tue, 18 Feb 2003 21:09:18 +0200
parents 2cb8e2136283
children 65e48854491d
files INSTALL
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Tue Feb 18 19:18:31 2003 +0200
+++ b/INSTALL	Tue Feb 18 21:09:18 2003 +0200
@@ -108,7 +108,7 @@
 ../lib-settings/libsettings.a -lldap
 
 gcc -shared -fPIC -DUSERDB_VPOPMAIL -DPASSDB_VPOPMAIL -I../.. -I../lib \
-userdb-vpopmail.c passdb-ldap.c -o vpopmail.so -lvpopmail
+userdb-vpopmail.c passdb-vpopmail.c -o vpopmail.so -lvpopmail
 
 Including libsettings.a in ldap.so is kind of annoying, but it's not
 currently needed elsewhere in dovecot-auth.