From 32cbd280f3a2ec826f4d4ae76c99765218014c36 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 18 Jul 2012 10:12:24 +0200 Subject: Add jabber provider, service and plugin https://bugzilla.gnome.org/show_bug.cgi?id=680448 --- ubuntu-online-accounts/cc-plugins/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ubuntu-online-accounts/cc-plugins/Makefile.am') diff --git a/ubuntu-online-accounts/cc-plugins/Makefile.am b/ubuntu-online-accounts/cc-plugins/Makefile.am index 192a378c1..c90caf72f 100644 --- a/ubuntu-online-accounts/cc-plugins/Makefile.am +++ b/ubuntu-online-accounts/cc-plugins/Makefile.am @@ -13,4 +13,15 @@ INCLUDES = \ $(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 -- cgit v1.2.3