clean up former extra-plugins Makefiles
[claws.git] / src / plugins / gdata / Makefile.am
1 plugindir = $(pkglibdir)/plugins
2
3 if BUILD_GDATA_PLUGIN
4 plugin_LTLIBRARIES = gdata.la
5 endif
6
7 gdata_la_SOURCES = \
8         gdata_plugin.c \
9         gdata_plugin.h \
10         cm_gdata_contacts.c \
11         cm_gdata_contacts.h \
12         cm_gdata_prefs.c \
13         cm_gdata_prefs.h
14
15 gdata_la_LDFLAGS = \
16         -avoid-version -module \
17         $(GTK_LIBS) \
18         $(GDATA_LIBS)
19
20
21 INCLUDES = \
22         -I$(top_srcdir)/src \
23         -I$(top_srcdir)/src/common \
24         -I$(top_builddir)/src/common \
25         -I$(top_srcdir)/src/gtk
26
27 AM_CPPFLAGS = \
28         $(GLIB_CFLAGS) \
29         $(GTK_CFLAGS) \
30         $(GDATA_CFLAGS)