diff options
-rw-r--r-- | defconfig | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -11,10 +11,13 @@ # # IMPORTANT NOTE: If you change the config, you need to run 'make clean'! -# Dovecot build directory -# (building the plugin requires configured dovecot sources) +# Dovecot build/header directory +# Building the plugin requires configured dovecot sources or having +# configured it with --enable-header-install in which case you can +# point DOVECOT= to the installed headers too. DOVECOT=../dovecot-1.0.5 #DOVECOT=../dovecot-1.1 +#DOVECOT=/usr/include/dovecot # Dovecot version to build against DOVECOT_VERSION=10000 # version 1.0 |