aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merge with base/masterHEADmasterAlexander Sulfrian2011-05-031-52/+21
|\
| * remove need for .config fileJohannes Berg2011-03-121-12/+13
| |
| * make debugging dynamicJohannes Berg2011-03-121-17/+1
| |
| * Add signature.o back to the buildRon2011-03-061-2/+2
| | | | | | | | And drop a stray tab in the prerequisites.
| * remove -ldlJohannes Berg2011-02-271-1/+1
| |
| * build in all backend pluginsJohannes Berg2011-02-271-16/+2
| |
| * rename mailtrain to pipeJohannes Berg2011-02-271-2/+2
| |
| * be packaging friendlyDaniel Hokka Zakrisson2011-02-271-11/+11
| |
| * make backend selection at runtimeDaniel Hokka Zakrisson2011-02-271-21/+19
| |
* | corrected Makefile settingAlexander Sulfrian2009-06-061-1/+1
| | | | | | | | changed -lssl from CFLAGS to LDFLAGS to remove warning
* | Merge branch 'master' of http://git.sipsolutions.net/dovecot-antispamAlexander Sulfrian2009-06-041-1/+1
|\|
| * Fix Makefile to use DESTDIR when installing for easier packaging.Evan Broder2009-03-241-1/+1
| | | | | | | | Signed-off-by: Evan Broder <broder@mit.edu>
* | fixed sha1 calc, removed tmpdir, create spam and ham dirsAlexander Sulfrian2009-06-031-0/+3
|/ | | | | | | fixed the calc of the sha1 hash (many of by 1s) include -lssl in the cflags removed unused tmpdir create spamdir and hamdir before writing mails to it
* Makefile fixesEugene2008-11-051-2/+4
| | | | | fix Makefile to be usable with gmake on FreeBSD 6.1, fix installed plugin permissions
* make proper versionJohannes Berg2008-09-181-2/+2
|
* add git version to pluginJohannes Berg2008-06-021-2/+5
|
* fix CC and HOSTCC varsJohannes Berg2008-05-311-2/+2
|
* auto-detect dovecot versionJohannes Berg2008-05-311-27/+26
|
* clean up building a bitJohannes Berg2008-05-311-6/+5
|
* allow .config to add cflagsJohannes Berg2008-05-301-1/+1
|
* include -Wall in CFLAGSJohannes Berg2008-05-201-1/+1
|
* shuffle some code, add _id for 1.1 pluginJohannes Berg2008-04-261-0/+2
|
* allow configuring user/group for installed binaryDavid Reid2008-04-211-1/+1
| | | | | This patch essentially allows you to configure the user and group that are used for the installed binary :-)
* add verbose debuggingJohannes Berg2008-04-191-0/+4
|
* add keyword hook, work in progressJohannes Berg2008-03-201-0/+1
|
* autoget Dovecot plugin dirSteffen Kaiser2008-03-161-0/+5
|
* use -WextraJohannes Berg2007-10-151-1/+1
|
* use $(CONFIG) everywhereJohannes Berg2007-10-141-3/+3
|
* clean all .so filesJohannes Berg2007-10-141-1/+1
|
* allow setting plugin name from config, using CONFIG=conffile instead of .configJohannes Berg2007-10-141-6/+7
|
* change build system a bitJohannes Berg2007-10-021-5/+8
| | | | | | Before this change it used to rm $objs after building, also this change introduces a new PLUGIN_NAME variable so you can override the plugin name from the make command line.
* fix crm114 build bugJohannes Berg2007-10-011-0/+3
|
* fix error in config handlingJohannes Berg2007-10-011-1/+1
|
* don't configure a backend by default and make a nice error for that caseJohannes Berg2007-10-011-0/+7
|
* add non-working SQL logger backendJohannes Berg2007-10-011-0/+4
| | | | | | | | | | It doesn't work with sqlite for the following reasons: (1) sqlite is buggy and needs sql_connect() before starting a transaction although the API states that isn't the case (2) sqlite doesn't understand ON DUPLICATE (1) leads to a segfault when used with dict-proxy. Also see the comment in the source code for the broken transaction handling in this backend.
* rename, add install targetJohannes Berg2007-10-011-3/+6
|
* start box plugin experiment, seems not to workJohannes Berg2007-10-011-11/+14
|
* Make it build against dovecot 1.1Johannes Berg2007-09-301-0/+2
| | | | | Untested, use at your own risk, mostly consisted of copying changes from the cmd-copy.c implementation into plugin.c.
* grammar fixJohannes Berg2007-09-301-1/+1
|
* seems to workJohannes Berg2007-09-301-2/+5
|
* start of rewriteJohannes Berg2007-09-301-0/+53