]> git.0d.be Git - empathy.git/blob - tests/interactive/Makefile.am
e850d25a461be108d2cc93858ed6b65e76823f96
[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         contact-manager                 \
18         empathy-logs                    \
19         test-empathy-account-assistant \
20         test-empathy-contact-blocking-dialog \
21         test-empathy-presence-chooser   \
22         test-empathy-status-preset-dialog \
23         test-empathy-protocol-chooser \
24         test-empathy-account-chooser
25
26 contact_manager_SOURCES = contact-manager.c
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_assistant_SOURCES = test-empathy-account-assistant.c
33 test_empathy_account_chooser_SOURCES = test-empathy-account-chooser.c
34
35 test_empathy_account_assistant_CFLAGS = -I$(top_srcdir)/src
36 test_empathy_account_assistant_LDADD =                  \
37         $(top_builddir)/src/empathy-account-assistant.lo        \
38         $(top_builddir)/src/empathy-auto-salut-account-helper.lo        \
39         $(top_builddir)/src/empathy-import-pidgin.lo    \
40         $(top_builddir)/src/empathy-import-utils.lo     \
41         $(top_builddir)/src/empathy-import-widget.lo    \
42         $(LDADD)