aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu-online-accounts/cc-plugins/account-plugins/Makefile.am
blob: 7a5ac57aec6cc05bac815ee1e811006d97c8f9a6 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
# Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
# Do NOT edit manually
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)

pkglib_LTLIBRARIES = libempathy-uoa-account-plugin.la

# this API is not stable and will never be, so use -release to make the
# SONAME of the plugin library change with every Empathy release.
libempathy_uoa_account_plugin_la_LDFLAGS = \
   -no-undefined \
   -release $(VERSION)

libempathy_uoa_account_plugin_la_SOURCES = \
    empathy-accounts-plugin.c \
    empathy-accounts-plugin.h \
    empathy-accounts-plugin-widget.c \
    empathy-accounts-plugin-widget.h

libempathy_uoa_account_plugin_la_LIBADD = \
    $(UOA_LIBS)

plugin_LTLIBRARIES = \
    libaim.la\
    libgadugadu.la\
    libgroupwise.la\
    libicq.la\
    libirc.la\
    libjabber.la\
    libmxit.la\
    libmyspace.la\
    libsip.la\
    liblocal-xmpp.la\
    libsametime.la\
    libyahoojp.la\
    libyahoo.la\
    libzephyr.la \
    $(NULL)

libaim_la_SOURCES = \
    empathy-accounts-plugin-aim.c \
    empathy-accounts-plugin-aim.h
libaim_la_LDFLAGS = -module -avoid-version
libaim_la_LIBADD = \
    libempathy-uoa-account-plugin.la \
    $(top_builddir)/libempathy/libempathy.la \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la


libgadugadu_la_SOURCES = \
    empathy-accounts-plugin-gadugadu.c \
    empathy-accounts-plugin-gadugadu.h
libgadugadu_la_LDFLAGS = -module -avoid-version
libgadugadu_la_LIBADD = \
    libempathy-uoa-account-plugin.la \
    $(top_builddir)/libempathy/libempathy.la \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la


libgroupwise_la_SOURCES = \
    empathy-accounts-plugin-groupwise.c \
    empathy-accounts-plugin-groupwise.h
libgroupwise_la_LDFLAGS = -module -avoid-version
libgroupwise_la_LIBADD = \
    libempathy-uoa-account-plugin.la \
    $(top_builddir)/libempathy/libempathy.la \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la


libicq_la_SOURCES = \
    empathy-accounts-plugin-icq.c \
    empathy-accounts-plugin-icq.h
libicq_la_LDFLAGS = -module -avoid-version
libicq_la_LIBADD = \
    libempathy-uoa-account-plugin.la \
    $(top_builddir)/libempathy/libempathy.la \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la


libirc_la_SOURCES = \
    empathy-accounts-plugin-irc.c \
    empathy-accounts-plugin-irc.h
libirc_la_LDFLAGS = -module -avoid-version
libirc_la_LIBADD = \
    libempathy-uoa-account-plugin.la \
    $(top_builddir)/libempathy/libempathy.la \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la


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


libmxit_la_SOURCES = \
    empathy-accounts-plugin-mxit.c \
    empathy-accounts-plugin-mxit.h
libmxit_la_LDFLAGS = -module -avoid-version
libmxit_la_LIBADD = \
    libempathy-uoa-account-plugin.la \
    $(top_builddir)/libempathy/libempathy.la \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la


libmyspace_la_SOURCES = \
    empathy-accounts-plugin-myspace.c \
    empathy-accounts-plugin-myspace.h
libmyspace_la_LDFLAGS = -module -avoid-version
libmyspace_la_LIBADD = \
    libempathy-uoa-account-plugin.la \
    $(top_builddir)/libempathy/libempathy.la \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la


libsip_la_SOURCES = \
    empathy-accounts-plugin-sip.c \
    empathy-accounts-plugin-sip.h
libsip_la_LDFLAGS = -module -avoid-version
libsip_la_LIBADD = \
    libempathy-uoa-account-plugin.la \
    $(top_builddir)/libempathy/libempathy.la \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la


liblocal_xmpp_la_SOURCES = \
    empathy-accounts-plugin-local-xmpp.c \
    empathy-accounts-plugin-local-xmpp.h
liblocal_xmpp_la_LDFLAGS = -module -avoid-version
liblocal_xmpp_la_LIBADD = \
    libempathy-uoa-account-plugin.la \
    $(top_builddir)/libempathy/libempathy.la \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la


libsametime_la_SOURCES = \
    empathy-accounts-plugin-sametime.c \
    empathy-accounts-plugin-sametime.h
libsametime_la_LDFLAGS = -module -avoid-version
libsametime_la_LIBADD = \
    libempathy-uoa-account-plugin.la \
    $(top_builddir)/libempathy/libempathy.la \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la


libyahoojp_la_SOURCES = \
    empathy-accounts-plugin-yahoojp.c \
    empathy-accounts-plugin-yahoojp.h
libyahoojp_la_LDFLAGS = -module -avoid-version
libyahoojp_la_LIBADD = \
    libempathy-uoa-account-plugin.la \
    $(top_builddir)/libempathy/libempathy.la \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la


libyahoo_la_SOURCES = \
    empathy-accounts-plugin-yahoo.c \
    empathy-accounts-plugin-yahoo.h
libyahoo_la_LDFLAGS = -module -avoid-version
libyahoo_la_LIBADD = \
    libempathy-uoa-account-plugin.la \
    $(top_builddir)/libempathy/libempathy.la \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la


libzephyr_la_SOURCES = \
    empathy-accounts-plugin-zephyr.c \
    empathy-accounts-plugin-zephyr.h
libzephyr_la_LDFLAGS = -module -avoid-version
libzephyr_la_LIBADD = \
    libempathy-uoa-account-plugin.la \
    $(top_builddir)/libempathy/libempathy.la \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la