]> git.0d.be Git - empathy.git/blob - ubuntu-online-accounts/cc-plugins/account-plugins/Makefile.am
f76c2fa53e4c3e9109fb7e4d77ca6a327e0413b8
[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)                         \
6         -DLOCALEDIR=\""$(datadir)/locale"\"     \
7         $(UOA_CFLAGS)                           \
8         $(WARN_CFLAGS)                          \
9         $(ERROR_CFLAGS)                         \
10         $(DISABLE_DEPRECATED)                   \
11         $(EMPATHY_CFLAGS)
12
13 plugin_LTLIBRARIES = libempathy-accounts-plugin.la
14
15 libempathy_accounts_plugin_la_LDFLAGS = \
16         -module -avoid-version
17
18 libempathy_accounts_plugin_la_SOURCES = \
19         empathy-accounts-plugin.c \
20         empathy-accounts-plugin.h \
21         empathy-accounts-plugin-widget.c \
22         empathy-accounts-plugin-widget.h
23
24 libempathy_accounts_plugin_la_LIBADD = \
25         $(UOA_LIBS) \
26         $(top_builddir)/libempathy/libempathy.la \
27         $(top_builddir)/libempathy-gtk/libempathy-gtk.la