From: Murray Cumming Date: Tue, 26 Jun 2007 12:05:41 +0000 (+0000) Subject: 2007-06-26 Murray Cumming X-Git-Tag: git_migration_finished~3108 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=512a8348fc327f7c23cc4e10813725897c7f58ce 2007-06-26 Murray Cumming * tests/dbus_api/Makefile.am: Fix the build of the tests. This was necessary because configure.ac now defines different variables. pmo-trunk-r2426 --- diff --git a/ChangeLog2 b/ChangeLog2 index 24378ce..d361f87 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,5 +1,10 @@ 2007-06-26 Murray Cumming + * tests/dbus_api/Makefile.am: Fix the build of the tests. This was + necessary because configure.ac now defines different variables. + +2007-06-26 Murray Cumming + * libmodest-dbus-client/libmodest-dbus-client.c: * libmodest-dbus-client/libmodest-dbus-client.h: Removed libmodest_dbus_client_send_mail() because it is not used by anything. diff --git a/tests/dbus_api/Makefile.am b/tests/dbus_api/Makefile.am index 09bfdb7..3c135d0 100644 --- a/tests/dbus_api/Makefile.am +++ b/tests/dbus_api/Makefile.am @@ -12,9 +12,12 @@ INCLUDES=\ objects=\ @CHECK_LIBS@ \ $(MODEST_GSTUFF_LIBS) \ - $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_LIBS) \ - $(MODEST_LIBTINYMAIL_MAEMO_LIBS) \ - ${top_srcdir}/libmodest-dbus-client/libmodest-dbus-client-1.0.la + $(MODEST_PLATFORM_LIBS) \ + $(MODEST_HILDON_WIDGETS_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 \