]> git.0d.be Git - empathy.git/blob - tests/interactive/Makefile.am
remove EmpathyContactManager's test
[empathy.git] / tests / interactive / Makefile.am
1 AM_CPPFLAGS =                                           \
2         $(ERROR_CFLAGS)                                 \
3         -I$(top_srcdir)                                 \
4         -DPKGDATADIR=\""$(pkgdatadir)"\"                \
5         $(EMPATHY_CFLAGS)                               \
6         $(EDS_CFLAGS)                                   \
7         $(WARN_CFLAGS)                                  \
8         $(DISABLE_DEPRECATED)
9
10 LDADD =                                                         \
11         $(top_builddir)/libempathy-gtk/libempathy-gtk.la        \
12         $(top_builddir)/libempathy/libempathy.la                \
13         $(EMPATHY_LIBS)                                         \
14         $(EDS_LIBS)
15
16 noinst_PROGRAMS =                       \
17         empathy-logs                    \
18         test-empathy-account-assistant \
19         test-empathy-contact-blocking-dialog \
20         test-empathy-presence-chooser   \
21         test-empathy-status-preset-dialog \
22         test-empathy-protocol-chooser \
23         test-empathy-account-chooser
24
25 empathy_logs_SOURCES = empathy-logs.c
26 test_empathy_contact_blocking_dialog_SOURCES = test-empathy-contact-blocking-dialog.c
27 test_empathy_presence_chooser_SOURCES = test-empathy-presence-chooser.c
28 test_empathy_status_preset_dialog_SOURCES = test-empathy-status-preset-dialog.c
29 test_empathy_protocol_chooser_SOURCES = test-empathy-protocol-chooser.c
30 test_empathy_account_assistant_SOURCES = test-empathy-account-assistant.c
31 test_empathy_account_chooser_SOURCES = test-empathy-account-chooser.c
32
33 test_empathy_account_assistant_CFLAGS = -I$(top_srcdir)/src
34 test_empathy_account_assistant_LDADD =                  \
35         $(top_builddir)/src/empathy-account-assistant.lo        \
36         $(top_builddir)/src/empathy-auto-salut-account-helper.lo        \
37         $(top_builddir)/src/empathy-import-pidgin.lo    \
38         $(top_builddir)/src/empathy-import-utils.lo     \
39         $(top_builddir)/src/empathy-import-widget.lo    \
40         $(LDADD)