X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=tests%2FMakefile.am;h=fec105b323acbb6455dbc13c16a3a29bb02e287d;hp=d7fb8d99040826699dd329415cd825a1d6cb50a9;hb=fa8cfc5abf9fd542fe3fa058f7e2eef294b8121a;hpb=fad635dba4f3935b2f60c02c798a62b10ca2d394 diff --git a/tests/Makefile.am b/tests/Makefile.am index d7fb8d9..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 \