X-Git-Url: http://git.maemo.org/git/?p=conv-inbox;a=blobdiff_plain;f=configure.ac;h=d5a33b5a864f45280ba70faea968db8c7ad1e4cd;hp=d4ad421781cc5e2515a0514f56a227325ac6dcfc;hb=59c0ca62ef824370b1c7ccdbfd75cd008a095098;hpb=6b2890bd8c497269d4ffa00c6d9c373c41c45509 diff --git a/configure.ac b/configure.ac index d4ad421..d5a33b5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(conversations-inbox-widget, 0.0.7) +AC_INIT(conversations-inbox-widget, 0.1.3) AM_INIT_AUTOMAKE([-Wall]) AC_CONFIG_SRCDIR(src/el-home-applet.c) AM_CONFIG_HEADER(config.h) @@ -21,6 +21,11 @@ AC_SUBST(hildondesktoplibdir) PKG_CHECK_MODULES([LIBHILDONDESKTOP], [libhildondesktop-1 >= 2.1.7]) +PKG_CHECK_MODULES([LIBOSSO_ABOOK], + [libosso-abook-1.0]) +PKG_CHECK_MODULES([LIBTP_GLIB], + [telepathy-glib + rtcom-telepathy-glib]) AC_ARG_ENABLE([debug], [AS_HELP_STRING([--enable-debug], [enable debugging])],