aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-16 19:52:01 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-17 00:43:30 +0800
commit208dcb12e4946d9c710eecdd1f11f0cc8acf8cbc (patch)
treee0d0fbbb21a6c6875d57ffc7b875c9b087dfc25c /tests
parenta266c221f89cf764d6fe954f63ba61658b8d83e4 (diff)
downloadgsoc2013-empathy-208dcb12e4946d9c710eecdd1f11f0cc8acf8cbc.tar
gsoc2013-empathy-208dcb12e4946d9c710eecdd1f11f0cc8acf8cbc.tar.gz
gsoc2013-empathy-208dcb12e4946d9c710eecdd1f11f0cc8acf8cbc.tar.bz2
gsoc2013-empathy-208dcb12e4946d9c710eecdd1f11f0cc8acf8cbc.tar.lz
gsoc2013-empathy-208dcb12e4946d9c710eecdd1f11f0cc8acf8cbc.tar.xz
gsoc2013-empathy-208dcb12e4946d9c710eecdd1f11f0cc8acf8cbc.tar.zst
gsoc2013-empathy-208dcb12e4946d9c710eecdd1f11f0cc8acf8cbc.zip
remove empathy-auto-salut-account-helper
It was used only by the accounts assistant https://bugzilla.gnome.org/show_bug.cgi?id=652669
Diffstat (limited to 'tests')
-rw-r--r--tests/interactive/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am
index e07ed65f7..bb0f41548 100644
--- a/tests/interactive/Makefile.am
+++ b/tests/interactive/Makefile.am
@@ -15,7 +15,6 @@ LDADD = \
noinst_PROGRAMS = \
empathy-logs \
- test-empathy-account-assistant \
test-empathy-contact-blocking-dialog \
test-empathy-presence-chooser \
test-empathy-status-preset-dialog \
@@ -27,14 +26,4 @@ test_empathy_contact_blocking_dialog_SOURCES = test-empathy-contact-blocking-dia
test_empathy_presence_chooser_SOURCES = test-empathy-presence-chooser.c
test_empathy_status_preset_dialog_SOURCES = test-empathy-status-preset-dialog.c
test_empathy_protocol_chooser_SOURCES = test-empathy-protocol-chooser.c
-test_empathy_account_assistant_SOURCES = test-empathy-account-assistant.c
test_empathy_account_chooser_SOURCES = test-empathy-account-chooser.c
-
-test_empathy_account_assistant_CFLAGS = -I$(top_srcdir)/src
-test_empathy_account_assistant_LDADD = \
- $(top_builddir)/src/empathy-account-assistant.lo \
- $(top_builddir)/src/empathy-auto-salut-account-helper.lo \
- $(top_builddir)/src/empathy-import-pidgin.lo \
- $(top_builddir)/src/empathy-import-utils.lo \
- $(top_builddir)/src/empathy-import-widget.lo \
- $(LDADD)