internationalise plugin appdata files
[claws.git] / src / plugins / gdata / Makefile.am
1 # Makefile.am for "src/plugins/gdata" directory
2 # This file is part of Claws Mail package.
3 # See COPYING file for license details.
4
5 appdata_in_files = claws-mail-gdata.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_in_files)
12
13 plugindir = $(pkglibdir)/plugins
14
15 if BUILD_GDATA_PLUGIN
16 plugin_LTLIBRARIES = gdata.la
17 endif
18
19 gdata_la_SOURCES = \
20         gdata_plugin.c \
21         gdata_plugin.h \
22         cm_gdata_contacts.c \
23         cm_gdata_contacts.h \
24         cm_gdata_prefs.c \
25         cm_gdata_prefs.h
26
27 gdata_la_LDFLAGS = \
28         -avoid-version -module \
29         $(GTK_LIBS) \
30         $(GDATA_LIBS)
31
32 gdata_la_CPPFLAGS = \
33         -I$(top_srcdir)/src \
34         -I$(top_srcdir)/src/common \
35         -I$(top_builddir)/src/common \
36         -I$(top_srcdir)/src/gtk \
37         $(GLIB_CFLAGS) \
38         $(GTK_CFLAGS) \
39         $(GDATA_CFLAGS)