Improve some sieve-related translations
[claws.git] / src / plugins / gdata / Makefile.am
blob511dc6b6519b0367128e145e7f950d25acbd4362
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_GDATA_PLUGIN
9 plugin_LTLIBRARIES = gdata.la
10 endif
12 gdata_la_SOURCES = \
13         gdata_plugin.c \
14         gdata_plugin.h \
15         cm_gdata_contacts.c \
16         cm_gdata_contacts.h \
17         cm_gdata_prefs.c \
18         cm_gdata_prefs.h
20 gdata_la_LDFLAGS = \
21         -avoid-version -module \
22         $(GTK_LIBS) \
23         $(GDATA_LIBS)
25 gdata_la_CPPFLAGS = \
26         -I$(top_builddir)/src \
27         -I$(top_srcdir)/src \
28         -I$(top_srcdir)/src/common \
29         -I$(top_builddir)/src/common \
30         -I$(top_srcdir)/src/gtk \
31         $(GLIB_CFLAGS) \
32         $(GTK_CFLAGS) \
33         $(ENCHANT_CFLAGS) \
34         $(GDATA_CFLAGS)
36 .PHONY: test