view src/replication/aggregator/Makefile.am @ 14323:75f1f39c547f

Makefile: Fixed header filename.
author Timo Sirainen <tss@iki.fi>
date Sun, 11 Mar 2012 14:50:05 +0200
parents 14ff849dc266
children 217fb4ca9b5a
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) $(MODULE_LIBS)
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