X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=tests%2FMakefile.am;h=fec105b323acbb6455dbc13c16a3a29bb02e287d;hb=fec75f1299dd791ff3f61a00035c022d96abbd07;hp=8c676f41bc118a47496be4848666f7a6c081217c;hpb=3fe186c2c07dddedae8166e44c2786e0d102bd79;p=modest diff --git a/tests/Makefile.am b/tests/Makefile.am index 8c676f4..fec105b 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) \ @@ -38,6 +41,7 @@ objects=\ $(MODEST_LIBTINYMAIL_MAEMO_LIBS) \ ${top_srcdir}/src/$(MODEST_PLATFORM)/libmodest-ui.la \ ${top_srcdir}/src/widgets/libmodest-widgets.la \ + ${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 \ @@ -56,6 +60,7 @@ objects=\ ${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 \