X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=tests%2Fdbus_api%2FMakefile.am;h=acdd8bd7276d07decaa67bc2535f9f95051fc20c;hb=5879161f031517a16b4c516e90700b647cb62b1e;hp=07bea5f6ccc703b190607fe06ec7deee1af81606;hpb=4982bdf985bda2b4c414481ddaba2b6d328bd068;p=modest diff --git a/tests/dbus_api/Makefile.am b/tests/dbus_api/Makefile.am index 07bea5f..acdd8bd 100644 --- a/tests/dbus_api/Makefile.am +++ b/tests/dbus_api/Makefile.am @@ -3,22 +3,22 @@ INCLUDES=\ $(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@\" \ -DMODESTLOCALEDIR=\""$(modestlocaledir)"\" - + objects=\ @CHECK_LIBS@ \ $(MODEST_GSTUFF_LIBS) \ $(MODEST_PLATFORM_LIBS) \ - $(MODEST_HILDON_WIDGETS_LIBS) \ + $(MODEST_TOOLKIT_LIBS) \ $(MODEST_HILDON_HELP_LIBS) \ $(MODEST_HILDON_NOTIFY_LIBS) \ $(MODEST_OGS_LIBS) \ ${top_srcdir}/libmodest-dbus-client/libmodest-dbus-client-1.0.la - + noinst_PROGRAMS = \ test_mail_to \ test_open_message \ @@ -28,7 +28,8 @@ noinst_PROGRAMS = \ test_open_default_inbox \ test_get_folders \ test_top_application \ - test_update_account + test_update_account \ + test_open_account test_mail_to_SOURCES = test_mail_to.c test_mail_to_LDADD = $(objects) @@ -56,3 +57,6 @@ 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)