diff options
Diffstat (limited to 'defconfig')
-rw-r--r-- | defconfig | 21 |
1 files changed, 7 insertions, 14 deletions
@@ -8,20 +8,6 @@ # This file is included in Makefile, so variables like CFLAGS and LIBS can also # be modified from here. In most cases, these lines should use += in order not # to override previous values of the variables. -# -# IMPORTANT NOTE: If you change the config, you need to run 'make clean'! - -# 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=1.0 -#DOVECOT_VERSION=1.1 # CURRENTLY NOT REALLY TESTED # backend (select exactly one) # dspam-exec - direct dspam training by calling dspam executable @@ -33,6 +19,13 @@ DOVECOT_VERSION=1.0 #BACKEND=mailtrain #BACKEND=crm114-exec +# 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 # install directory for 'make install' # NB no need for a final '/' |