plugindir = $(pkglibdir)/plugins plugin_LTLIBRARIES = gdata_plugin.la gdata_plugin_la_SOURCES = \ gdata_plugin.c \ gdata_plugin.h \ cm_gdata_contacts.c \ cm_gdata_contacts.h \ cm_gdata_prefs.c \ cm_gdata_prefs.h gdata_plugin_la_LDFLAGS = \ -avoid-version -module \ $(GTK_LIBS) \ $(GDATA_LIBS) INCLUDES = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/common \ -I$(top_srcdir)/src/gtk AM_CPPFLAGS = \ -Wall \ $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ $(GTK_CFLAGS) \ $(GDATA_CFLAGS) \ -DLOCALEDIR=\""$(localedir)"\"