X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=tests%2FMakefile.am;h=fec105b323acbb6455dbc13c16a3a29bb02e287d;hp=d7fb8d99040826699dd329415cd825a1d6cb50a9;hb=c5e5c216be6773f1a37385084d067672db73edc3;hpb=511cee6033e6923fc2970ece17653d991b023841 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 \