Skip to content
Snippets Groups Projects
Commit 499cf538 authored by micah's avatar micah :speech_balloon:
Browse files

Merge branch 'master' into 'master'

Make `make install` honour `--with-moduledir`

See merge request riseuplabs/trees!3
parents 50feac92 3e00f6a1
Branches
No related tags found
1 merge request!3Make `make install` honour `--with-moduledir`
......@@ -42,13 +42,12 @@ Requirements
Installation
-------------------------------------
* Run `autogen.sh` and then `./configure`.
* Run `autogen.sh` and then
`./configure --with-moduledir=/usr/lib/dovecot/modules`.
* Type `make` to compile the plugin.
* Find the plugin at `src/.libs/lib18_trees_plugin.so`.
* Copy to `/usr/lib/dovecot/modules/`
* Type `make install` to install the plugin to `/usr/lib/dovecot/modules/`
* Enable the plugin. For example, add `mail_plugins = expire quota trees`
to `/etc/dovecot/conf.d/10-mail.conf`
......
......@@ -2,6 +2,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/src -I$(builddir) $(LIBDOVECOT_INCLUDE)
lib_LTLIBRARIES = lib18_trees_plugin.la
libdir = $(moduledir)
lib18_trees_plugin_la_SOURCES = \
trees-common.c \
trees-common.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment