]> git.0d.be Git - empathy.git/blob - tests/interactive/Makefile.am
86d8fe1c3b2684f892ec2b61156fd1aa9b7a6dac
[empathy.git] / tests / interactive / Makefile.am
1 AM_CPPFLAGS =                                           \
2         $(ERROR_CFLAGS)                                 \
3         -I$(top_srcdir)/tp-account-widgets              \
4         -I$(top_srcdir)/libempathy                      \
5         -I$(top_srcdir)/libempathy-gtk                  \
6         -DPKGDATADIR=\""$(pkgdatadir)"\"                \
7         $(EMPATHY_CFLAGS)                               \
8         $(WARN_CFLAGS)                                  \
9         $(DISABLE_DEPRECATED)
10
11 LDADD =                                                         \
12         $(top_builddir)/tp-account-widgets/libtp-account-widgets.la     \
13         $(top_builddir)/libempathy-gtk/libempathy-gtk.la        \
14         $(top_builddir)/libempathy/libempathy.la                \
15         $(EMPATHY_LIBS)
16
17 noinst_PROGRAMS =                       \
18         empathy-logs                    \
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         test-empathy-calendar-button \
25         test-empathy-roster-view \
26         test-empathy-dual-roster-view \
27         test-empathy-roster-model-aggregator
28
29 empathy_logs_SOURCES = empathy-logs.c
30 test_empathy_contact_blocking_dialog_SOURCES = test-empathy-contact-blocking-dialog.c
31 test_empathy_presence_chooser_SOURCES = test-empathy-presence-chooser.c
32 test_empathy_status_preset_dialog_SOURCES = test-empathy-status-preset-dialog.c
33 test_empathy_protocol_chooser_SOURCES = test-empathy-protocol-chooser.c
34 test_empathy_account_chooser_SOURCES = test-empathy-account-chooser.c
35 test_empathy_calendar_button_SOURCES = test-empathy-calendar-button.c
36 test_empathy_roster_view_SOURCES = test-empathy-roster-view.c
37 test_empathy_dual_roster_view_SOURCES = test-empathy-dual-roster-view.c
38 test_empathy_roster_model_aggregator_SOURCES = test-empathy-roster-model-aggregator.c