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