X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=tests%2FMakefile.am;h=c9f6ffe63cefe43e0ed99959ea94c8dd4fb682fd;hb=0a1b33cbe8f22d0af981762b780fa6a0349fae49;hp=d7fb8d99040826699dd329415cd825a1d6cb50a9;hpb=511cee6033e6923fc2970ece17653d991b023841;p=modest diff --git a/tests/Makefile.am b/tests/Makefile.am index d7fb8d9..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,8 +39,9 @@ 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/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 \