]> git.0d.be Git - empathy.git/blob - tests/interactive/Makefile.am
sort contacts by most recent event
[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         $(TPAW_CFLAGS)                                  \
8         $(WARN_CFLAGS)                                  \
9         $(DISABLE_DEPRECATED)
10
11 LDADD =                                                         \
12         $(top_builddir)/libempathy-gtk/libempathy-gtk.la        \
13         $(top_builddir)/libempathy/libempathy.la                \
14         $(TPAW_LIBS)                                            \
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
39
40 check_c_sources = \
41     $(empathy_logs_SOURCES) \
42     $(test_empathy_contact_blocking_dialog_SOURCES) \
43     $(test_empathy_presence_chooser_SOURCES) \
44     $(test_empathy_status_preset_dialog_SOURCES) \
45     $(test_empathy_protocol_chooser_SOURCES) \
46     $(test_empathy_account_chooser_SOURCES) \
47     $(test_empathy_calendar_button_SOURCES) \
48     $(test_empathy_roster_view_SOURCES) \
49     $(test_empathy_dual_roster_view_SOURCES) \
50     $(test_empathy_roster_model_aggregator_SOURCES)
51 include $(top_srcdir)/tools/check-coding-style.mk
52 check-local: check-coding-style