]> git.0d.be Git - empathy.git/blob - ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am
Merge remote-tracking branch 'origin/gnome-3-8'
[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         -I$(top_srcdir)/libempathy              \
7         -I$(top_srcdir)/libempathy-gtk          \
8         -DLOCALEDIR=\""$(datadir)/locale"\"     \
9         $(UOA_CFLAGS)                           \
10         $(WARN_CFLAGS)                          \
11         $(ERROR_CFLAGS)                         \
12         $(DISABLE_DEPRECATED)                   \
13         $(EMPATHY_CFLAGS)
14
15 plugin_LTLIBRARIES = \
16         libempathy.la\
17         $(NULL)
18
19 libempathy_la_SOURCES = \
20         empathy-app-plugin.c \
21         empathy-app-plugin.h \
22         empathy-app-plugin-widget.c \
23         empathy-app-plugin-widget.h
24 libempathy_la_LDFLAGS = -module -avoid-version
25 libempathy_la_LIBADD = \
26         $(UOA_LIBS)                                     \
27         $(top_builddir)/libempathy/libempathy.la \
28         $(top_builddir)/libempathy-gtk/libempathy-gtk.la