4908403889b238703aeafa5da67c06512a0ffbb7
[modest] / tests / dbus_api / Makefile.am
1 INCLUDES=\
2         @CHECK_CFLAGS@ \
3         $(LIBMODEST_DBUS_CLIENT_CFLAGS) \
4         $(MODEST_GSTUFF_CFLAGS)\
5         $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_CFLAGS) \
6         $(MODEST_LIBTINYMAIL_MAEMO_CFLAGS) \
7         -I$(MODEST_TOOLKIT_DIR) \
8         -I${top_srcdir}/src \
9         -I$(top_srcdir) \
10         -DPREFIX=\"@prefix@\" \
11         -DMODESTLOCALEDIR=\""$(modestlocaledir)"\"
12
13 objects=\
14         @CHECK_LIBS@ \
15         $(LIBMODEST_DBUS_CLIENT_LIBS)
16         $(MODEST_GSTUFF_LIBS) \
17         $(MODEST_PLATFORM_LIBS) \
18         $(MODEST_TOOLKIT_LIBS) \
19         $(MODEST_HILDON_HELP_LIBS) \
20         $(MODEST_HILDON_NOTIFY_LIBS) \
21         $(MODEST_OGS_LIBS) \
22         ${top_srcdir}/libmodest-dbus-client/libmodest-dbus-client-1.0.la
23
24 noinst_PROGRAMS = \
25         test_mail_to \
26         test_open_message   \
27         test_search         \
28         test_delete_message \
29         test_compose_mail \
30         test_open_default_inbox \
31         test_get_folders \
32         test_top_application \
33         test_update_account \
34         test_update_folder_counts \
35         test_open_account \
36         test_open_edit_accounts_dialog
37
38 test_mail_to_SOURCES = test_mail_to.c
39 test_mail_to_LDADD = $(objects)
40
41 test_open_message_SOURCES = test_open_message.c
42 test_open_message_LDADD = $(objects)
43
44 test_compose_mail_SOURCES = test_compose_mail.c
45 test_compose_mail_LDADD = $(objects)
46
47 test_search_SOURCES = test_search.c
48 test_search_LDADD = $(objects)
49
50 test_delete_message_SOURCES = test_delete_message.c
51 test_delete_message_LDADD = $(objects)
52
53 test_open_default_inbox_SOURCES = test_open_default_inbox.c
54 test_open_default_inbox_LDADD = $(objects)
55
56 test_get_folders_SOURCES = test_get_folders.c
57 test_get_folders_LDADD = $(objects)
58
59 test_top_application_SOURCES = test_top_application.c
60 test_top_application_LDADD = $(objects)
61
62 test_update_account_SOURCES = test_update_account.c
63 test_update_account_LDADD = $(objects)
64
65 test_update_folder_counts_SOURCES = test_update_folder_counts.c
66 test_update_folder_counts_LDADD = $(objects)
67
68 test_open_account_SOURCES = test_open_account.c
69 test_open_account_LDADD = $(objects)
70
71 test_open_edit_accounts_dialog_SOURCES = test_open_edit_accounts_dialog.c
72 test_open_edit_accounts_dialog_LDADD = $(objects)