Increase version and update changelog
[conv-inbox] / configure.ac
index 6e0687d..bda4647 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(conversations-inbox-widget, 0.1.1)
+AC_INIT(conversations-inbox-widget, 0.1.2)
 AM_INIT_AUTOMAKE([-Wall])
 AC_CONFIG_SRCDIR(src/el-home-applet.c)
 AM_CONFIG_HEADER(config.h)
@@ -21,6 +21,10 @@ 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])
 
 AC_ARG_ENABLE([debug],
               [AS_HELP_STRING([--enable-debug], [enable debugging])],