Skip to content
Snippets Groups Projects
Commit c922e57a authored by Stephan Bosch's avatar Stephan Bosch
Browse files

Re-enabled support for compiling against Dovecot headers.

parent 2917405f
No related branches found
No related tags found
No related merge requests found
......@@ -42,9 +42,10 @@ if test -d "$dovecotdir/src"; then
have_dovecot_libs=yes
else
# compiling against installed headers
echo
echo "Cannot compile against the installed headers only."
AC_MSG_ERROR([dovecot-source not found]);
echo "WARNING: Cannot build Sieve commandline tools without the compiled"
echo " Dovecot sources. Compiling against headers will only build"
echo " the Sieve plugin."
have_dovecot_libs=no
fi
AM_CONDITIONAL(HAVE_DOVECOT_LIBS, test "$have_dovecot_libs" = "yes")
......
SUBDIRS = lib-sieve lib-sieve-tool sieve-tools plugins testsuite
if HAVE_DOVECOT_LIBS
LIB_DEPEND_DIRS=lib-sieve-tool sieve-tools testsuite
endif
SUBDIRS = lib-sieve plugins $(LIB_DEPEND_DIRS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.