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