Make GData plugin use the password store.
[claws.git] / src / plugins / gdata / Makefile.am
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.
5
6 plugindir = $(pkglibdir)/plugins
7
8 if BUILD_GDATA_PLUGIN
9 plugin_LTLIBRARIES = gdata.la
10 endif
11
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
19
20 gdata_la_LDFLAGS = \
21         -avoid-version -module \
22         $(GTK_LIBS) \
23         $(GDATA_LIBS)
24
25 gdata_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) \
32         $(GDATA_CFLAGS)