X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=configure.ac;h=aa69fac6e5269f0e5169a2e1c731fe6cadf0d896;hp=628cbab90ef41e5bb02ec314ca6d18f7edaf671d;hb=5ff64b5b4c5c0c8101bd5a4f3a22d20cb6710d77;hpb=b4a9749039155183fffb11fce77d06caf3238dce diff --git a/configure.ac b/configure.ac index 628cbab..aa69fac 100644 --- a/configure.ac +++ b/configure.ac @@ -116,6 +116,9 @@ if test "x$with_platform" = "xmaemo"; then pluginlibdir=`$PKG_CONFIG hildon-control-panel --variable=plugindir` plugindesktopentrydir=`$PKG_CONFIG hildon-control-panel --variable=plugindesktopentrydir` + dbus_api="dbus_api" + AC_SUBST(dbus_api) + # Define as variables in Makefiles AC_SUBST(desktopentrydir) AC_SUBST(serviceentrydir) @@ -138,6 +141,11 @@ else AC_SUBST(MODEST_LIBTINYMAIL_GNOME_DESKTOP_CFLAGS) AC_SUBST(MODEST_LIBTINYMAIL_GNOME_DESKTOP_LIBS) AC_DEFINE_UNQUOTED(MODEST_PLATFORM_GNOME, 1, ["Whether modest is being built for the GNOME platform."]) + + # no dbus api for gnome + dbus_api="" + AC_SUBST(dbus_api) + fi dnl do we have the easy setup stuff?