view src/replication/aggregator/Makefile.am @ 23017:c1d36f2575c7 default tip

lib-imap: Fix "Don't accept strings with NULs" cherry-pick
author Timo Sirainen <timo.sirainen@open-xchange.com>
date Thu, 29 Aug 2019 09:55:25 +0300
parents 217fb4ca9b5a
children
line wrap: on
line source

pkglibexecdir = $(libexecdir)/dovecot

pkglibexec_PROGRAMS = aggregator

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

aggregator_LDFLAGS = -export-dynamic
aggregator_LDADD = $(LIBDOVECOT)
aggregator_DEPENDENCIES = $(LIBDOVECOT_DEPS)

aggregator_SOURCES = \
	aggregator.c \
	aggregator-settings.c \
	notify-connection.c \
	replicator-connection.c

noinst_HEADERS = \
	aggregator-settings.h \
	notify-connection.h \
	replicator-connection.h