* add functions for easily getting various combo boxes
[modest] / configure.ac
index a6ede9b..2514b8d 100644 (file)
@@ -1,5 +1,5 @@
 dnl configure.ac for modest 
-dnl Time-stamp: <2006-07-17 13:28:07 (djcb)>
+dnl Time-stamp: <2006-07-21 09:30:11 (djcb)>
 dnl written by Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
 
 AC_INIT([modest],[0.0.1],[http://maemo.org])
@@ -30,6 +30,8 @@ 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],true)
+
 AC_ARG_WITH(platform,
 [--with-platform=gtk           platform to build for [gtk]],
 [case "${with_platform}" in
@@ -61,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
 ])
@@ -70,3 +73,5 @@ echo "modest configure results"
 echo "-----------------------------------"
 echo "Platform       : $with_platform"
 echo ""
+echo "NOTE: you should do a 'make clean' after changing platform (--with-platform=)"
+echo ""