view src/replication/aggregator/Makefile.am @ 15928:217fb4ca9b5a

MODULE_LIBS is now part of LIBDOVECOT. No need to explicitly link it everywhere.
author Timo Sirainen <tss@iki.fi>
date Mon, 25 Feb 2013 13:00:40 +0200
parents 75f1f39c547f
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