diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2011-03-12 13:03:45 +0100 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2011-03-12 13:03:51 +0100 |
commit | 808eaa49efe2dc2438ef98ddf4bac4cfd2898a3d (patch) | |
tree | 9ecbd6ba906d8d0a41a71e665657b5d89144d239 /defconfig | |
parent | 27d016eeb4536fdebd89882133fc5daa614ecf17 (diff) | |
download | dovecot-antispam-808eaa49efe2dc2438ef98ddf4bac4cfd2898a3d.tar.gz dovecot-antispam-808eaa49efe2dc2438ef98ddf4bac4cfd2898a3d.tar.xz dovecot-antispam-808eaa49efe2dc2438ef98ddf4bac4cfd2898a3d.zip |
remove need for .config file
Diffstat (limited to 'defconfig')
-rw-r--r-- | defconfig | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -13,18 +13,21 @@ # 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. +# If unset, it defaults to /usr/include/dovecot which typically is the +# right place so you don't have to worry about it. #DOVECOT=../dovecot-1.0.5 #DOVECOT=../dovecot-1.1 -DOVECOT=/usr/include/dovecot +#DOVECOT=/usr/include/dovecot # install directory for 'make install' # NB no need for a final '/' INSTALLDIR=/usr/lib/dovecot/modules/imap # plugin name, change only if you need to rename the plugin -# (because, for example, you need two instances for different -# spam filters installed) -PLUGINNAME=antispam +# (for backward compatibility reasons, there no longer is a +# need for this since backends can be configured dynamically). +# If unset, defaults to "antispam" which is what you want. +# PLUGINNAME=antispam # extra CFLAGS # CFLAGS += -g3 |