blob: 8147b64f9005ffa8690c7dcbb32070bf9e284512 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
AM_CPPFLAGS = \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib-mail \
-I$(top_srcdir)/src/lib-index \
-I$(top_srcdir)/src/lib-storage \
-I$(top_srcdir)/src/lib-storage/index \
-I$(top_srcdir)/src/lib-storage/index/maildir \
-I$(top_srcdir)/src/lib-imap \
-I$(top_srcdir)/src/plugins/quota
NOPLUGIN_LDFLAGS =
lib02_lazy_expunge_plugin_la_LDFLAGS = -module -avoid-version
module_LTLIBRARIES = \
lib02_lazy_expunge_plugin.la
lib02_lazy_expunge_plugin_la_SOURCES = \
lazy-expunge-plugin.c
noinst_HEADERS = \
lazy-expunge-plugin.h
|