]> git.0d.be Git - empathy.git/blob - tests/interactive/Makefile.am
Merge remote-tracking branch 'glassrose/add-All-service-selection-in-debug-window'
[empathy.git] / tests / interactive / Makefile.am
1 AM_CPPFLAGS =                                           \
2         $(ERROR_CFLAGS)                                 \
3         -I$(top_srcdir)                                 \
4         -DPKGDATADIR=\""$(pkgdatadir)"\"                \
5         $(EMPATHY_CFLAGS)                               \
6         $(EDS_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         $(EDS_LIBS)
15
16 noinst_PROGRAMS =                       \
17         empathy-logs                    \
18         test-empathy-contact-blocking-dialog \
19         test-empathy-presence-chooser   \
20         test-empathy-status-preset-dialog \
21         test-empathy-protocol-chooser \
22         test-empathy-account-chooser
23
24 empathy_logs_SOURCES = empathy-logs.c
25 test_empathy_contact_blocking_dialog_SOURCES = test-empathy-contact-blocking-dialog.c
26 test_empathy_presence_chooser_SOURCES = test-empathy-presence-chooser.c
27 test_empathy_status_preset_dialog_SOURCES = test-empathy-status-preset-dialog.c
28 test_empathy_protocol_chooser_SOURCES = test-empathy-protocol-chooser.c
29 test_empathy_account_chooser_SOURCES = test-empathy-account-chooser.c