diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-05-31 11:27:02 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2008-05-31 11:27:02 +0200 |
commit | d1553f1417896deea5f534518a19ad92d9ecbcb9 (patch) | |
tree | 8e4650c8127b674790ca481307885a0a06214d18 /defconfig | |
parent | 5a2cb64e4da591bea59a38fc4363ace858063930 (diff) | |
download | dovecot-antispam-d1553f1417896deea5f534518a19ad92d9ecbcb9.tar.gz dovecot-antispam-d1553f1417896deea5f534518a19ad92d9ecbcb9.tar.xz dovecot-antispam-d1553f1417896deea5f534518a19ad92d9ecbcb9.zip |
auto-detect dovecot version
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 '/' |