]> git.0d.be Git - empathy.git/blob - tests/interactive/Makefile.am
Merge branch 'gnome-3-8'
[empathy.git] / tests / interactive / Makefile.am
1 AM_CPPFLAGS =                                           \
2         $(ERROR_CFLAGS)                                 \
3         -I$(top_srcdir)/libempathy                      \
4         -I$(top_srcdir)/libempathy-gtk                  \
5         -DPKGDATADIR=\""$(pkgdatadir)"\"                \
6         $(EMPATHY_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
15 noinst_PROGRAMS =                       \
16         empathy-logs                    \
17         test-empathy-contact-blocking-dialog \
18         test-empathy-presence-chooser   \
19         test-empathy-status-preset-dialog \
20         test-empathy-protocol-chooser \
21         test-empathy-account-chooser \
22         test-empathy-calendar-button \
23         test-empathy-roster-view \
24         test-empathy-dual-roster-view \
25         test-empathy-roster-model-aggregator
26
27 empathy_logs_SOURCES = empathy-logs.c
28 test_empathy_contact_blocking_dialog_SOURCES = test-empathy-contact-blocking-dialog.c
29 test_empathy_presence_chooser_SOURCES = test-empathy-presence-chooser.c
30 test_empathy_status_preset_dialog_SOURCES = test-empathy-status-preset-dialog.c
31 test_empathy_protocol_chooser_SOURCES = test-empathy-protocol-chooser.c
32 test_empathy_account_chooser_SOURCES = test-empathy-account-chooser.c
33 test_empathy_calendar_button_SOURCES = test-empathy-calendar-button.c
34 test_empathy_roster_view_SOURCES = test-empathy-roster-view.c
35 test_empathy_dual_roster_view_SOURCES = test-empathy-dual-roster-view.c
36 test_empathy_roster_model_aggregator_SOURCES = test-empathy-roster-model-aggregator.c