]> git.0d.be Git - empathy.git/blob - ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am
model-aggregator test app filters on avatar presence
[empathy.git] / ubuntu-online-accounts / cc-plugins / app-plugin / Makefile.am
1 plugindir = $(ACCOUNTS_APP_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 = \
14         libempathy.la\
15         $(NULL)
16
17 libempathy_la_SOURCES = \
18         empathy-app-plugin.c \
19         empathy-app-plugin.h \
20         empathy-app-plugin-widget.c \
21         empathy-app-plugin-widget.h
22 libempathy_la_LDFLAGS = -module -avoid-version
23 libempathy_la_LIBADD = \
24         $(UOA_LIBS)                                     \
25         $(top_builddir)/libempathy-gtk/libempathy-gtk.la