X-Git-Url: http://git.maemo.org/git/?p=conv-inbox;a=blobdiff_plain;f=configure.ac;h=bb8a883a45f7e183ba4c9e1d2001e67df7e71b8a;hp=72a84ad6d2c55eec6e9ec9b01d7a8c85dc36763c;hb=474a2618a3af95e3fc21ea78db1b9af0760b482f;hpb=4dcc3e63cea6e2a972be891f7d72ebc858f70c55 diff --git a/configure.ac b/configure.ac index 72a84ad..bb8a883 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(conversations-inbox-widget, 0.0.6) +AC_INIT(conversations-inbox-widget, 1.0.0) 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])],