9554f85fa6646336573be6e8bc74870a78a9d1ef
[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_in_files = claws-mail-newmail.metainfo.xml.in
6 appdatadir=$(datadir)/appdata
7 appdata_DATA = $(appdata_in_files:.xml.in=.xml)
8
9 @INTLTOOL_XML_RULE@
10
11 EXTRA_DIST = $(appdata_DATA)
12
13 plugindir = $(pkglibdir)/plugins
14
15 if BUILD_NEWMAIL_PLUGIN
16 plugin_LTLIBRARIES = newmail.la
17 endif
18
19 newmail_la_SOURCES = \
20         newmail.c
21
22 newmail_la_LDFLAGS = \
23         -avoid-version -module
24
25 newmail_la_CPPFLAGS = \
26         -I$(top_srcdir)/src \
27         -I$(top_srcdir)/src/common \
28         -I$(top_builddir)/src/common \
29         -I$(top_srcdir)/src/gtk \
30         $(GLIB_CFLAGS) \
31         $(GTK_CFLAGS)