changeset 3945:a5c559c847cc HEAD

Add directories where they need to be compiled.
author Timo Sirainen <tss@iki.fi>
date Fri, 27 Jan 2006 00:02:59 +0200
parents e7aff159a0d3
children d7051c7a0200
files INSTALL
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Fri Jan 27 00:02:10 2006 +0200
+++ b/INSTALL	Fri Jan 27 00:02:59 2006 +0200
@@ -115,6 +115,8 @@
 vpopmail). There's no standard way to build them as modules currently, but
 something like this should work:
 
+cd src/auth
+
 gcc -shared -fPIC -DHAVE_CONFIG_H -DUSERDB_LDAP -DPASSDB_LDAP \
 -I../.. -I../lib -I../lib-settings \
 db-ldap.c userdb-ldap.c passdb-ldap.c -o ldap.so -lldap
@@ -139,6 +141,8 @@
 Currently SQL drivers are only used by dovecot-auth, so you could place
 them into same directory with auth plugins.
 
+cd src/lib-sql
+
 gcc -shared -fPIC -DHAVE_CONFIG_H -DBUILD_PGSQL \
 -I../.. -I../lib -I../lib-settings -I/usr/include/postgresql \
 driver-pgsql.c -o driver_pgsql.so -L/usr/lib/postgresql -lpq