aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu-online-accounts/cc-plugins/Makefile.am
blob: c90caf72ff51d2d6057d88d0ed97872d201f664e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
SUBDIRS = providers services

plugindir = $(ACCOUNTS_PROVIDER_PLUGIN_DIR)

INCLUDES =                  \
    -I$(top_builddir)           \
    -I$(top_srcdir)             \
    -DLOCALEDIR=\""$(datadir)/locale"\" \
    $(UOA_CFLAGS)               \
    $(WARN_CFLAGS)              \
    $(ERROR_CFLAGS)             \
    $(DISABLE_DEPRECATED)           \
    $(EMPATHY_CFLAGS)

plugin_LTLIBRARIES = \
    libjabber.la \
    $(NULL)

libjabber_la_SOURCES = \
    empathy-accounts-plugin.c \
    empathy-accounts-plugin.h \
    empathy-accounts-plugin-widget.c \
    empathy-accounts-plugin-widget.h
libjabber_la_LDFLAGS = -module -avoid-version
libjabber_la_LIBADD = \
    $(UOA_LIBS)                 \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la