Merge branch 'i18n' of https://github.com/ignatenkobrain/claws
[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 appdata_files = claws-mail-newmail.metainfo.xml
6 appdatadir = $(datadir)/appdata
7 appdata_DATA = $(appdata_files)
8 EXTRA_DIST = $(appdata_files)
9
10 plugindir = $(pkglibdir)/plugins
11
12 if BUILD_NEWMAIL_PLUGIN
13 plugin_LTLIBRARIES = newmail.la
14 endif
15
16 newmail_la_SOURCES = \
17         newmail.c
18
19 newmail_la_LDFLAGS = \
20         -avoid-version -module
21
22 newmail_la_CPPFLAGS = \
23         -I$(top_srcdir)/src \
24         -I$(top_srcdir)/src/common \
25         -I$(top_builddir)/src/common \
26         -I$(top_srcdir)/src/gtk \
27         $(GLIB_CFLAGS) \
28         $(GTK_CFLAGS)