]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
s/ldap/vpopmail/ in vpopmail.so example
authorTimo Sirainen <tss@iki.fi>
Tue, 18 Feb 2003 19:09:18 +0000 (21:09 +0200)
committerTimo Sirainen <tss@iki.fi>
Tue, 18 Feb 2003 19:09:18 +0000 (21:09 +0200)
--HG--
branch : HEAD

INSTALL

diff --git a/INSTALL b/INSTALL
index 6b4a7b83bfa8141ed18e8cc2c4d09fa059619d69..9a2a5f3567cd1ead9c093473db8b2f55b53bcfb1 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -108,7 +108,7 @@ db-ldap.c userdb-ldap.c passdb-ldap.c -o ldap.so \
 ../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.