diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-07-25 23:24:14 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 18:03:05 +0800 |
commit | 2d543808216afa7bd287ec78fa69a16f576652a3 (patch) | |
tree | 5af8d2a84927d1fbcc65bc9b960a42fc0f8f432a /tests | |
parent | 53a376be8d68d95c30cb66495d42d3c18947473f (diff) | |
download | gsoc2013-empathy-2d543808216afa7bd287ec78fa69a16f576652a3.tar gsoc2013-empathy-2d543808216afa7bd287ec78fa69a16f576652a3.tar.gz gsoc2013-empathy-2d543808216afa7bd287ec78fa69a16f576652a3.tar.bz2 gsoc2013-empathy-2d543808216afa7bd287ec78fa69a16f576652a3.tar.lz gsoc2013-empathy-2d543808216afa7bd287ec78fa69a16f576652a3.tar.xz gsoc2013-empathy-2d543808216afa7bd287ec78fa69a16f576652a3.tar.zst gsoc2013-empathy-2d543808216afa7bd287ec78fa69a16f576652a3.zip |
keyring: move from Empathy to tp-account-widgets
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tests')
-rw-r--r-- | tests/interactive/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am index 4ca1989ee..397536b3a 100644 --- a/tests/interactive/Makefile.am +++ b/tests/interactive/Makefile.am @@ -1,5 +1,6 @@ AM_CPPFLAGS = \ $(ERROR_CFLAGS) \ + -I$(top_srcdir)/tp-account-widgets \ -I$(top_srcdir)/libempathy \ -I$(top_srcdir)/libempathy-gtk \ -DPKGDATADIR=\""$(pkgdatadir)"\" \ |