Mercurial > dovecot > core-2.2
view src/lib-ssl-iostream/Makefile.am @ 22656:1789bf2a1e01
director: Make sure HOST-RESET-USERS isn't used with max_moving_users=0
The reset command would just hang in that case. doveadm would never have
sent this, so this is just an extra sanity check.
author | Timo Sirainen <timo.sirainen@dovecot.fi> |
---|---|
date | Sun, 05 Nov 2017 23:51:56 +0200 |
parents | 8e72ed38d967 |
children | ad9c924ec91f |
line wrap: on
line source
noinst_LTLIBRARIES = libssl_iostream.la NOPLUGIN_LDFLAGS = AM_CPPFLAGS = \ -I$(top_srcdir)/src/lib \ -I$(top_srcdir)/src/lib-test \ -DMODULE_DIR=\""$(moduledir)"\" if BUILD_OPENSSL module_LTLIBRARIES = libssl_iostream_openssl.la libssl_iostream_openssl_la_LDFLAGS = -module -avoid-version libssl_iostream_openssl_la_LIBADD = $(SSL_LIBS) libssl_iostream_openssl_la_SOURCES = \ dovecot-openssl-common.c \ iostream-openssl.c \ iostream-openssl-common.c \ iostream-openssl-context.c \ iostream-openssl-params.c \ istream-openssl.c \ ostream-openssl.c endif libssl_iostream_la_SOURCES = \ iostream-ssl.c noinst_HEADERS = \ dovecot-openssl-common.h headers = \ iostream-openssl.h \ iostream-ssl.h \ iostream-ssl-private.h pkginc_libdir=$(pkgincludedir) pkginc_lib_HEADERS = $(headers)