3 -I$(top_srcdir)/libempathy \
4 -I$(top_srcdir)/libempathy-gtk \
5 -DPKGDATADIR=\""$(pkgdatadir)"\" \
12 $(top_builddir)/libempathy-gtk/libempathy-gtk.la \
13 $(top_builddir)/libempathy/libempathy.la \
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
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
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