]> saetta.ns0.it Git - solipa/libsolipa/commitdiff
Migrata a libgdaex 0.3.0. 0.3.0
authorAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Mon, 13 Jun 2011 07:13:52 +0000 (09:13 +0200)
committerAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Mon, 13 Jun 2011 07:13:52 +0000 (09:13 +0200)
configure.ac
src/solipa.h
src/utils.c

index c33083f3600e03fa0e5ffdce96e8b51b4cd8587b..e013399237bb8303b310184a9dd26c68f11f2fcb 100644 (file)
@@ -2,7 +2,7 @@
 # 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])
 
@@ -32,9 +32,9 @@ AC_PROG_RANLIB
 # 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])
 
index 63da8368e0d7b7399ca8bd27bb0c49d3dd510c72..4dca636cf50dd541ff5f2bc5c81431ac2142660e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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
@@ -26,7 +26,7 @@
 
 #include <camel/camel.h>
 
-#include <libgdaex.h>
+#include <libgdaex/libgdaex.h>
 
 
 G_BEGIN_DECLS
index e678f75778c2608d4d2992a11e42fde42e3519ae..1790d344b4dc6a7cb7cf741f582f966e32936d21 100644 (file)
@@ -29,7 +29,7 @@
 #include <gio/gio.h>
 #include <gtk/gtk.h>
 
-#include <libgdaex.h>
+#include <libgdaex/libgdaex.h>
 #include <libgtkform/fielddatetime.h>
 
 #include "solipa.h"