1 # Copyright 1999-2014 the Claws Mail team.
2 # This file is part of Claws Mail package, and distributed under the
3 # terms of the General Public License version 3 (or later).
4 # See COPYING file for license details.
6 plugindir = $(pkglibdir)/plugins
8 if BUILD_NEWMAIL_PLUGIN
9 plugin_LTLIBRARIES = newmail.la
12 newmail_la_SOURCES = \
15 newmail_la_LDFLAGS = \
16 -avoid-version -module
18 newmail_la_CPPFLAGS = \
20 -I$(top_srcdir)/src/common \
21 -I$(top_builddir)/src/common \
22 -I$(top_srcdir)/src/gtk \