2013-02-20 [colin] 3.9.0cvs82
[claws.git] / src / plugins / gdata / Makefile.am
1 plugindir = $(pkglibdir)/plugins
2
3 plugin_LTLIBRARIES = gdata_plugin.la
4
5 gdata_plugin_la_SOURCES = \
6         gdata_plugin.c \
7         gdata_plugin.h \
8         cm_gdata_contacts.c \
9         cm_gdata_contacts.h \
10         cm_gdata_prefs.c \
11         cm_gdata_prefs.h
12
13 gdata_plugin_la_LDFLAGS = \
14         -avoid-version -module \
15         $(GTK_LIBS) \
16         $(GDATA_LIBS)
17
18
19 INCLUDES = \
20         -I$(top_srcdir)/src \
21         -I$(top_srcdir)/src/common \
22         -I$(top_builddir)/src/common \
23         -I$(top_srcdir)/src/gtk
24
25 AM_CPPFLAGS = \
26         -Wall \
27         $(CLAWS_MAIL_CFLAGS) \
28         $(GLIB_CFLAGS) \
29         $(GTK_CFLAGS) \
30         $(GDATA_CFLAGS) \
31         -DLOCALEDIR=\""$(localedir)"\"