view src/ssl-params/Makefile.am @ 22633:9284bdc3c5c5

director: Don't recreate timeout on every user lookup Recreate it only when the timeout should change.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Sat, 04 Nov 2017 01:34:02 +0200
parents f348e669546c
children
line wrap: on
line source

pkglibexecdir = $(libexecdir)/dovecot

pkglibexec_PROGRAMS = ssl-params

AM_CPPFLAGS = \
	-I$(top_srcdir)/src/lib \
	-I$(top_srcdir)/src/lib-master \
	-I$(top_srcdir)/src/lib-settings \
	-I$(top_srcdir)/src/lib-ssl-iostream \
	-DPKG_STATEDIR=\""$(statedir)"\"

ssl_params_LDADD = $(LIBDOVECOT)
ssl_params_DEPENDENCIES = $(LIBDOVECOT_DEPS)
ssl_params_SOURCES = \
	main.c \
	ssl-params.c \
	ssl-params-settings.c

noinst_HEADERS = \
	ssl-params.h \
	ssl-params-settings.h