improve readability of symbol list
[claws.git] / src / plugins / newmail / Makefile.am
blob33801fb109b9a85db5bf2ad164e16624bed42711
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
10 endif
12 newmail_la_SOURCES = \
13         newmail.c
15 newmail_la_LDFLAGS = \
16         -avoid-version -module
18 newmail_la_CPPFLAGS = \
19         -I$(top_srcdir)/src \
20         -I$(top_srcdir)/src/common \
21         -I$(top_builddir)/src/common \
22         -I$(top_srcdir)/src/gtk \
23         $(GLIB_CFLAGS) \
24         $(GTK_CFLAGS)
26 .PHONY: test