add configure option --enable-appdata and put all appdata in appdata/
[claws.git] / src / plugins / newmail / Makefile.am
1 # Makefile.am for "src/plugins/newmail" directory
2 # This file is part of Claws Mail package.
3 # See COPYING file for license details.
4
5 plugindir = $(pkglibdir)/plugins
6
7 if BUILD_NEWMAIL_PLUGIN
8 plugin_LTLIBRARIES = newmail.la
9 endif
10
11 newmail_la_SOURCES = \
12         newmail.c
13
14 newmail_la_LDFLAGS = \
15         -avoid-version -module
16
17 newmail_la_CPPFLAGS = \
18         -I$(top_srcdir)/src \
19         -I$(top_srcdir)/src/common \
20         -I$(top_builddir)/src/common \
21         -I$(top_srcdir)/src/gtk \
22         $(GLIB_CFLAGS) \
23         $(GTK_CFLAGS)