]> git.0d.be Git - empathy.git/blob - ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am
16fcd41b4075599f1058b74f7422b95070b9a75c
[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         $(TPAW_CFLAGS)                          \
10         $(UOA_CFLAGS)                           \
11         $(WARN_CFLAGS)                          \
12         $(ERROR_CFLAGS)                         \
13         $(DISABLE_DEPRECATED)                   \
14         $(EMPATHY_CFLAGS)
15
16 plugin_LTLIBRARIES = \
17         libempathy.la\
18         $(NULL)
19
20 libempathy_la_SOURCES = \
21         empathy-app-plugin.c \
22         empathy-app-plugin.h \
23         empathy-app-plugin-widget.c \
24         empathy-app-plugin-widget.h
25 libempathy_la_LDFLAGS = -module -avoid-version
26 libempathy_la_LIBADD = \
27         $(TPAW_LIBS) \
28         $(UOA_LIBS)                                     \
29         $(top_builddir)/libempathy/libempathy.la \
30         $(top_builddir)/libempathy-gtk/libempathy-gtk.la