summaryrefslogtreecommitdiffstats
path: root/pigeonhole/src/lib-sieve/plugins/mime/Makefile.am
blob: 8ded65915b02d0ec36fd38338b001de09a468857 (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
noinst_LTLIBRARIES = libsieve_ext_mime.la

AM_CPPFLAGS = \
	-I$(srcdir)/../.. \
	-I$(srcdir)/../../util \
	-I$(srcdir)/../variables  \
	$(LIBDOVECOT_INCLUDE)

commands = \
	cmd-foreverypart.c \
	cmd-break.c \
	cmd-extracttext.c

tags = \
	tag-mime.c

extensions = \
	ext-mime.c \
	ext-foreverypart.c \
	ext-extracttext.c

libsieve_ext_mime_la_SOURCES = \
	ext-mime-common.c \
	$(commands) \
	$(tags) \
	$(extensions)

noinst_HEADERS = \
	ext-mime-common.h