diff options
author | Emanuele Aina <emanuele.aina@collabora.com> | 2013-03-27 00:39:28 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 18:03:04 +0800 |
commit | e2c9efce03711a62db2eadc118fd2266da325d73 (patch) | |
tree | d16ad4f66d5cea66bfc735e2249f1d57490950fb /tests/Makefile.am | |
parent | 5cbc27ef0f4373175af5725d1a0b78d464bb23b3 (diff) | |
download | gsoc2013-empathy-e2c9efce03711a62db2eadc118fd2266da325d73.tar gsoc2013-empathy-e2c9efce03711a62db2eadc118fd2266da325d73.tar.gz gsoc2013-empathy-e2c9efce03711a62db2eadc118fd2266da325d73.tar.bz2 gsoc2013-empathy-e2c9efce03711a62db2eadc118fd2266da325d73.tar.lz gsoc2013-empathy-e2c9efce03711a62db2eadc118fd2266da325d73.tar.xz gsoc2013-empathy-e2c9efce03711a62db2eadc118fd2266da325d73.tar.zst gsoc2013-empathy-e2c9efce03711a62db2eadc118fd2266da325d73.zip |
tp-account-widgets: Move the IRC support sources with the account widget
To handle different networks and servers the IRC account widget uses
many helper object and functions. Move them close to the IRC account
widget sources.
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 67fe5d895..679aa55e2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -10,6 +10,7 @@ EXTRA_DIST = \ AM_CPPFLAGS = \ $(ERROR_CFLAGS) \ + -I$(top_srcdir)/tp-account-widgets \ -I$(top_srcdir)/libempathy \ -I$(top_srcdir)/libempathy-gtk \ -DPKGDATADIR=\""$(pkgdatadir)"\" \ @@ -21,6 +22,7 @@ AM_CPPFLAGS = \ $(NULL) LDADD = \ + $(top_builddir)/tp-account-widgets/libtp-account-widgets.la \ $(top_builddir)/libempathy-gtk/libempathy-gtk.la \ $(top_builddir)/libempathy/libempathy.la \ $(EMPATHY_LIBS) \ |