]> git.0d.be Git - empathy.git/blobdiff - tests/Makefile.am
Move back the account assistant to src/
[empathy.git] / tests / Makefile.am
index eb5dba52910c9361cddc6c441a2dbfd30b9750c7..8ffdae72358ff15a86bae015884b6cd298bd1d71 100644 (file)
@@ -37,6 +37,11 @@ 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_assistant_CFLAGS = -I$(top_srcdir)/src
+test_empathy_account_assistant_LDADD =                         \
+       $(top_builddir)/src/empathy-account-assistant.o \
+       $(LDADD)
+
 check_PROGRAMS = check-main
 TESTS = check-main
 check_main_SOURCES =                             \