diff options
Diffstat (limited to 'tests/interactive')
-rw-r--r-- | tests/interactive/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am index 7770e768f..74403b585 100644 --- a/tests/interactive/Makefile.am +++ b/tests/interactive/Makefile.am @@ -31,7 +31,8 @@ test_empathy_account_assistant_SOURCES = test-empathy-account-assistant.c test_empathy_account_assistant_CFLAGS = -I$(top_srcdir)/src test_empathy_account_assistant_LDADD = \ $(top_builddir)/src/empathy-account-assistant.o \ - $(top_builddir)/src/empathy-import-utils.o \ + $(top_builddir)/src/empathy-auto-salut-account-helper.o \ $(top_builddir)/src/empathy-import-pidgin.o \ + $(top_builddir)/src/empathy-import-utils.o \ $(top_builddir)/src/empathy-import-widget.o \ $(LDADD) |