# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.65)
-AC_INIT([libsolipa], [0.0.4], [azagli@libero.it])
+AC_INIT([libsolipa], [0.3.0], [azagli@libero.it])
AC_CONFIG_SRCDIR([src/solipa.c])
AC_CONFIG_HEADER([config.h])
# Checks for libraries.
PKG_CHECK_MODULES(SOLIPA, [gobject-2.0 >= 2.24.0
glib-2.0 >= 2.24.0
- libgdaex >= 0.2.2
+ libgdaex >= 0.3.0
camel-provider-1.2 >= 2.32
- libgtkform >= 0.1.4
+ libgtkform >= 0.3.0
gtk+-2.0 >= 2.20
gio-2.0 >= 2.24])
/*
- * Copyright (C) 2010 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2011 Andrea Zagli <azagli@libero.it>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
#include <camel/camel.h>
-#include <libgdaex.h>
+#include <libgdaex/libgdaex.h>
G_BEGIN_DECLS