X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=configure.ac;h=2514b8d8f1a0d01befeba4153c1b9d3c8ba22b58;hp=a3cf64e8fdddb47f1a51ad00ab6fd0c72183c266;hb=a20ef3cbb6081c6d0bc18e24165a02f3187a72f6;hpb=9c9a4ca2bb3e3d00bfb766ed3aaf11de29af5ece diff --git a/configure.ac b/configure.ac index a3cf64e..2514b8d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl configure.ac for modest -dnl Time-stamp: <2006-07-20 17:01:42 (djcb)> +dnl Time-stamp: <2006-07-21 09:30:11 (djcb)> dnl written by Dirk-Jan C. Binnema AC_INIT([modest],[0.0.1],[http://maemo.org]) @@ -30,7 +30,7 @@ AC_SUBST(MODEST_GSTUFF_LIBS) dnl now, determine what to build AC_MSG_NOTICE([Determining what platform to build]) -PKG_CHECK_MODULES(MODEST_LIBTINYMAIL_MAEMO,libosso,[with_platform=hildon]) +PKG_CHECK_MODULES(MODEST_LIBTINYMAIL_MAEMO,libosso,[with_platform=hildon],true) AC_ARG_WITH(platform, [--with-platform=gtk platform to build for [gtk]], @@ -63,6 +63,7 @@ src/gtk2/Makefile src/hildon/Makefile src/hildon/com.nokia.modest.service src/hildon/modest.desktop.in +src/widgets/Makefile docs/Makefile docs/reference/Makefile ])