blob: 6824ec070a91f015331ae77ad6fa3c73c2519f28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
noinst_LTLIBRARIES = libsieve_ext_editheader.la
AM_CPPFLAGS = \
-I$(srcdir)/../.. \
-I$(srcdir)/../../util \
$(LIBDOVECOT_INCLUDE)
commands = \
cmd-addheader.c \
cmd-deleteheader.c
libsieve_ext_editheader_la_SOURCES = \
$(commands) \
ext-editheader.c \
ext-editheader-common.c
noinst_HEADERS = \
ext-editheader-limits.h \
ext-editheader-common.h
|