summaryrefslogtreecommitdiffstats
path: root/src/old-stats/Makefile.am
blob: 8cb9c2fa628dc186e6914fbe4e19873cc589d18d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
old_stats_moduledir = $(moduledir)/old-stats
pkglibexecdir = $(libexecdir)/dovecot

pkglibexec_PROGRAMS = old-stats

AM_CPPFLAGS = \
	-DSTATS_MODULE_DIR=\""$(old_stats_moduledir)"\" \
	-I$(top_srcdir)/src/lib \
	-I$(top_srcdir)/src/lib-settings \
	-I$(top_srcdir)/src/lib-master \
	-I$(top_srcdir)/src/lib-old-stats \
	$(BINARY_CFLAGS)

old_stats_LDADD = $(LIBDOVECOT) \
	$(BINARY_LDFLAGS)

old_stats_DEPENDENCIES = $(LIBDOVECOT_DEPS)

old_stats_SOURCES = \
	client.c \
	client-export.c \
	client-reset.c \
	fifo-input-connection.c \
	global-memory.c \
	mail-command.c \
	mail-domain.c \
	mail-ip.c \
	mail-session.c \
	mail-stats.c \
	mail-user.c \
	main.c \
	stats-carbon.c \
	stats-settings.c

noinst_HEADERS = \
	client.h \
	client-export.h \
	client-reset.h \
	fifo-input-connection.h \
	global-memory.h \
	mail-command.h \
	mail-domain.h \
	mail-ip.h \
	mail-session.h \
	mail-stats.h \
	mail-user.h \
	stats-carbon.h \
	stats-settings.h