X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=tests%2Fdbus_api%2FMakefile.am;h=061ac5c85d6485108505eab2a50a4d8697962d2d;hp=01fa7446c3c2dbc9d707db5edc47bf79154c07a6;hb=0e377cfc61f7e67a47e50096e1ad4a3dead53731;hpb=f6d386ff93e929092ba105385a29d760aeba9ff7 diff --git a/tests/dbus_api/Makefile.am b/tests/dbus_api/Makefile.am index 01fa744..061ac5c 100644 --- a/tests/dbus_api/Makefile.am +++ b/tests/dbus_api/Makefile.am @@ -1,9 +1,10 @@ INCLUDES=\ @CHECK_CFLAGS@ \ + $(LIBMODEST_DBUS_CLIENT_CFLAGS) \ $(MODEST_GSTUFF_CFLAGS)\ $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_CFLAGS) \ $(MODEST_LIBTINYMAIL_MAEMO_CFLAGS) \ - -I$(MODEST_PLATFORM) \ + -I$(MODEST_TOOLKIT_DIR) \ -I${top_srcdir}/src \ -I$(top_srcdir) \ -DPREFIX=\"@prefix@\" \ @@ -11,6 +12,7 @@ INCLUDES=\ objects=\ @CHECK_LIBS@ \ + $(LIBMODEST_DBUS_CLIENT_LIBS) $(MODEST_GSTUFF_LIBS) \ $(MODEST_PLATFORM_LIBS) \ $(MODEST_TOOLKIT_LIBS) \ @@ -28,7 +30,9 @@ noinst_PROGRAMS = \ test_open_default_inbox \ test_get_folders \ test_top_application \ - test_update_account + test_update_account \ + test_open_account \ + test_open_edit_accounts_dialog test_mail_to_SOURCES = test_mail_to.c test_mail_to_LDADD = $(objects) @@ -56,3 +60,9 @@ test_top_application_LDADD = $(objects) test_update_account_SOURCES = test_update_account.c test_update_account_LDADD = $(objects) + +test_open_account_SOURCES = test_open_account.c +test_open_account_LDADD = $(objects) + +test_open_edit_accounts_dialog_SOURCES = test_open_edit_accounts_dialog.c +test_open_edit_accounts_dialog_LDADD = $(objects)