diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-10-01 10:01:55 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-10-01 10:01:55 +0200 |
commit | e887d265a3e762eebf5841cb49020504ebefc1ef (patch) | |
tree | b417d3897a4e5862286ad2d1fb5dcd0ca6b6c17e /defconfig | |
parent | 3316d307f0819332ff45ac0ce7db57b1f8b1bf62 (diff) | |
download | dovecot-antispam-e887d265a3e762eebf5841cb49020504ebefc1ef.tar.gz dovecot-antispam-e887d265a3e762eebf5841cb49020504ebefc1ef.tar.xz dovecot-antispam-e887d265a3e762eebf5841cb49020504ebefc1ef.zip |
add note that you can use installed dovecot headers
Diffstat (limited to 'defconfig')
-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 |