]> saetta.ns0.it Git - zakauthe/plugins/db/commitdiff
Migrated to libgdaex 0.3.0.
authorAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Mon, 13 Jun 2011 07:14:31 +0000 (09:14 +0200)
committerAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Mon, 13 Jun 2011 07:14:31 +0000 (09:14 +0200)
configure.ac
data/libaute-db/gui/autedb.gui
src/aute_db.c
src/user.h

index 031ece34bfad2ba64abd0311d6d7ba8b85ac20aa..4ba31b0d00eb7ab2f1ce339be5c36d7e576200e8 100644 (file)
@@ -2,11 +2,14 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([libaute-db], [0.1.1], [azagli@libero.it])
+AC_INIT([libaute-db], [0.3.0], [azagli@libero.it])
 AC_CONFIG_SRCDIR([src/aute_db.c])
 AC_CONFIG_HEADER([config.h])
 
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE(-Wall)
+
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
 AM_MAINTAINER_MODE
 
 AC_CANONICAL_SYSTEM
@@ -20,7 +23,7 @@ AC_PROG_LIBTOOL
 # Checks for libraries.
 PKG_CHECK_MODULES(LIBAUTEDB, [gtk+-2.0 >= 2.16.0
                               libaute >= 0.1.0
-                              libgtkform >= 0.1.4])
+                              libgtkform >= 0.3.0])
 
 AC_SUBST(LIBAUTEDB_CFLAGS)
 AC_SUBST(LIBAUTEDB_LIBS)
index f7c1e04b4b6b5e60e25e336a19c9774bc30f094f..8e05d6d403f2aa0ceddb2489e1426538f67bfcb9 100644 (file)
@@ -6,6 +6,7 @@
     <property name="visible">True</property>
     <property name="title" translatable="yes">Autenticazione</property>
     <property name="modal">True</property>
+    <property name="window_position">center</property>
     <property name="type_hint">dialog</property>
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox1">
index 6bf003a86e77576cf4c5c6c6f84a9e7a58252063..13c197ece880cd4bf26a5aa1b1a1c1403b92b802 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2010 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2005-2011 Andrea Zagli <azagli@libero.it>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
   
 #include <gtk/gtk.h>
 #include <gcrypt.h>
-#include <libgdaex.h>
+#include <libgdaex/libgdaex.h>
 #include <libgtkform/fielddatetime.h>
 
 #ifdef HAVE_LIBCONFI
index 63e0d06eaafe7a01283b2585601e8fa18885676c..39dfb05d17ee98e978f27209814562294893621c 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
@@ -24,7 +24,7 @@
 #include <glib-object.h>
 
 #include <gtk/gtk.h>
-#include <libgdaex.h>
+#include <libgdaex/libgdaex.h>
 
 G_BEGIN_DECLS