]> git.0d.be Git - empathy.git/blob - tests/interactive/Makefile.am
Point Makefile.am to .lo files, to please some libtool deity
[empathy.git] / tests / interactive / Makefile.am
1 AM_CPPFLAGS =                                           \
2         $(ERROR_CFLAGS)                                 \
3         -I$(top_srcdir)                                 \
4         -DPKGDATADIR=\""$(pkgdatadir)"\"                \
5         $(EMPATHY_CFLAGS)                               \
6         $(WARN_CFLAGS)                                  \
7         $(DISABLE_DEPRECATED)
8
9 LDADD =                                                         \
10         $(top_builddir)/libempathy-gtk/libempathy-gtk.la        \
11         $(top_builddir)/libempathy/libempathy.la                \
12         $(EMPATHY_LIBS)
13
14 noinst_PROGRAMS =                       \
15         contact-manager                 \
16         empathy-logs                    \
17         empetit                         \
18         test-empathy-account-assistant \
19         test-empathy-presence-chooser   \
20         test-empathy-status-preset-dialog \
21         test-empathy-protocol-chooser
22
23 contact_manager_SOURCES = contact-manager.c
24 empathy_logs_SOURCES = empathy-logs.c
25 empetit_SOURCES = empetit.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_assistant_SOURCES = test-empathy-account-assistant.c
30
31 test_empathy_account_assistant_CFLAGS = -I$(top_srcdir)/src
32 test_empathy_account_assistant_LDADD =                  \
33         $(top_builddir)/src/empathy-account-assistant.lo        \
34         $(top_builddir)/src/empathy-auto-salut-account-helper.lo        \
35         $(top_builddir)/src/empathy-import-pidgin.lo    \
36         $(top_builddir)/src/empathy-import-utils.lo     \
37         $(top_builddir)/src/empathy-import-widget.lo    \
38         $(LDADD)