summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2013-03-26 17:39:28 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 11:03:04 +0100
commite2c9efce03711a62db2eadc118fd2266da325d73 (patch)
treed16ad4f66d5cea66bfc735e2249f1d57490950fb /tests
parent5cbc27ef0f4373175af5725d1a0b78d464bb23b3 (diff)
downloadempathy-e2c9efce03711a62db2eadc118fd2266da325d73.tar.gz
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')
-rw-r--r--tests/Makefile.am2
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) \