f43e8d21dfe387e0cd6132c25aef88f2afded6e4
[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 plugindir = $(pkglibdir)/plugins
6
7 if BUILD_GDATA_PLUGIN
8 plugin_LTLIBRARIES = gdata.la
9 endif
10
11 gdata_la_SOURCES = \
12         gdata_plugin.c \
13         gdata_plugin.h \
14         cm_gdata_contacts.c \
15         cm_gdata_contacts.h \
16         cm_gdata_prefs.c \
17         cm_gdata_prefs.h
18
19 gdata_la_LDFLAGS = \
20         -avoid-version -module \
21         $(GTK_LIBS) \
22         $(GDATA_LIBS)
23
24 gdata_la_CPPFLAGS = \
25         -I$(top_srcdir)/src \
26         -I$(top_srcdir)/src/common \
27         -I$(top_builddir)/src/common \
28         -I$(top_srcdir)/src/gtk \
29         $(GLIB_CFLAGS) \
30         $(GTK_CFLAGS) \
31         $(GDATA_CFLAGS)