]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
wordwrapping..
authorTimo Sirainen <tss@iki.fi>
Tue, 11 Feb 2003 21:04:59 +0000 (23:04 +0200)
committerTimo Sirainen <tss@iki.fi>
Tue, 11 Feb 2003 21:04:59 +0000 (23:04 +0200)
--HG--
branch : HEAD

INSTALL

diff --git a/INSTALL b/INSTALL
index 35d6e35ea071b0fc11dfd97f8206a393f7c67525..6b4a7b83bfa8141ed18e8cc2c4d09fa059619d69 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -102,7 +102,8 @@ them for auth modules which require external libraries (eg. LDAP and
 vpopmail). There's no standard way to build them as modules currently, but
 something like this should work:
 
-gcc -shared -fPIC -DUSERDB_LDAP -DPASSDB_LDAP -I../.. -I../lib -I../lib-settings \
+gcc -shared -fPIC -DUSERDB_LDAP -DPASSDB_LDAP \
+-I../.. -I../lib -I../lib-settings \
 db-ldap.c userdb-ldap.c passdb-ldap.c -o ldap.so \
 ../lib-settings/libsettings.a -lldap