]> git.0d.be Git - empathy.git/blob - ubuntu-online-accounts/cc-plugins/account-plugins/Makefile.am
Merge branch 'gnome-3-8'
[empathy.git] / ubuntu-online-accounts / cc-plugins / account-plugins / Makefile.am
1 plugindir = $(ACCOUNTS_PROVIDER_PLUGIN_DIR)
2
3 INCLUDES =                                      \
4         -I$(top_builddir)                       \
5         -I$(top_srcdir)/libempathy              \
6         -I$(top_srcdir)/libempathy-gtk          \
7         -DLOCALEDIR=\""$(datadir)/locale"\"     \
8         $(UOA_CFLAGS)                           \
9         $(WARN_CFLAGS)                          \
10         $(ERROR_CFLAGS)                         \
11         $(DISABLE_DEPRECATED)                   \
12         $(EMPATHY_CFLAGS)
13
14 plugin_LTLIBRARIES = libempathy-accounts-plugin.la
15
16 libempathy_accounts_plugin_la_LDFLAGS = \
17         -module -avoid-version
18
19 libempathy_accounts_plugin_la_SOURCES = \
20         empathy-accounts-plugin.c \
21         empathy-accounts-plugin.h \
22         empathy-accounts-plugin-widget.c \
23         empathy-accounts-plugin-widget.h
24
25 libempathy_accounts_plugin_la_LIBADD = \
26         $(UOA_LIBS) \
27         $(top_builddir)/libempathy/libempathy.la \
28         $(top_builddir)/libempathy-gtk/libempathy-gtk.la