X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=tests%2FMakefile.am;h=c9f6ffe63cefe43e0ed99959ea94c8dd4fb682fd;hb=d2ea95049c43f1fc3089109866757e45139d0d9a;hp=ae643d3ecec17176c6410c4bc691b06c3022259f;hpb=2c15eb060526d63e8029d2bd7eaf2ba141837d8d;p=modest diff --git a/tests/Makefile.am b/tests/Makefile.am index ae643d3..c9f6ffe 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,6 +2,9 @@ # Makefile.am # +SUBDIRS = dbus_api + +# TODO: Why is this line here? MAINTAINERCLEANFILES = Makefile.in TESTS_ENVIRONMENT = top_builddir=$(top_builddir) \ @@ -27,7 +30,7 @@ INCLUDES=\ $(MODEST_GSTUFF_CFLAGS)\ $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_CFLAGS) \ $(MODEST_LIBTINYMAIL_MAEMO_CFLAGS) \ - -I$(MODEST_PLATFORM) \ + -I$(MODEST_TOOLKIT_DIR) \ -I${top_srcdir}/src \ -DPREFIX=\"@prefix@\" \ -DMODESTLOCALEDIR=\""$(modestlocaledir)"\" @@ -36,30 +39,32 @@ objects=\ $(MODEST_GSTUFF_LIBS) \ $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_LIBS) \ $(MODEST_LIBTINYMAIL_MAEMO_LIBS) \ - ${top_srcdir}/src/$(MODEST_PLATFORM)/libmodest-ui.la \ + ${top_srcdir}/src/$(MODEST_TOOLKIT_DIR)/libmodest-ui.la \ ${top_srcdir}/src/widgets/libmodest-widgets.la \ - ${top_srcdir}/src/modest-account-mgr.o \ + ${top_srcdir}/src/dbus_api/libmodest-dbus-api.la \ + ${top_srcdir}/src/modest-runtime.o \ + ${top_srcdir}/src/modest-singletons.o \ + ${top_srcdir}/src/modest-tny-account.o \ + ${top_srcdir}/src/modest-tny-msg.o \ + ${top_srcdir}/src/modest-tny-send-queue.o \ + ${top_srcdir}/src/modest-widget-memory.o \ ${top_srcdir}/src/modest-account-mgr-helpers.o \ ${top_srcdir}/src/modest-account-mgr-priv.o \ - ${top_srcdir}/src/modest-conf.o \ + ${top_srcdir}/src/modest-account-mgr.o \ ${top_srcdir}/src/modest-cache-mgr.o \ - ${top_srcdir}/src/modest-protocol-info.o \ + ${top_srcdir}/src/modest-conf.o \ ${top_srcdir}/src/modest-formatter.o \ - ${top_srcdir}/src/modest-runtime.o \ - ${top_srcdir}/src/modest-singletons.o \ - ${top_srcdir}/src/modest-pair.o \ - ${top_srcdir}/src/modest-marshal.o \ - ${top_srcdir}/src/modest-widget-memory.o \ - ${top_srcdir}/src/modest-tny-account-store.o \ - ${top_srcdir}/src/modest-tny-platform-factory.o \ - ${top_srcdir}/src/modest-tny-send-queue.o \ + ${top_srcdir}/src/modest-local-folder-info.o \ ${top_srcdir}/src/modest-mail-operation-queue.o \ ${top_srcdir}/src/modest-mail-operation.o \ - ${top_srcdir}/src/modest-tny-account.o \ - ${top_srcdir}/src/modest-tny-msg.o \ - ${top_srcdir}/src/modest-local-folder-info.o \ + ${top_srcdir}/src/modest-marshal.o \ + ${top_srcdir}/src/modest-pair.o \ + ${top_srcdir}/src/modest-protocol-info.o \ + ${top_srcdir}/src/modest-ui-actions.o \ + ${top_srcdir}/src/modest-text-utils.o \ + ${top_srcdir}/src/modest-tny-account-store.o \ ${top_srcdir}/src/modest-tny-folder.o \ - ${top_srcdir}/src/modest-text-utils.o + ${top_srcdir}/src/modest-tny-platform-factory.o check_folder_xfer_SOURCES=\