From: Andrea Zagli Date: Mon, 13 Jun 2011 07:14:31 +0000 (+0200) Subject: Migrated to libgdaex 0.3.0. X-Git-Tag: v0.3.0~2 X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=e8bd7ed1eca73efcfacd16c6cee76dde84163cee;p=zakauthe%2Fplugins%2Fdb Migrated to libgdaex 0.3.0. --- diff --git a/configure.ac b/configure.ac index 031ece3..4ba31b0 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/data/libaute-db/gui/autedb.gui b/data/libaute-db/gui/autedb.gui index f7c1e04..8e05d6d 100644 --- a/data/libaute-db/gui/autedb.gui +++ b/data/libaute-db/gui/autedb.gui @@ -6,6 +6,7 @@ True Autenticazione True + center dialog diff --git a/src/aute_db.c b/src/aute_db.c index 6bf003a..13c197e 100644 --- a/src/aute_db.c +++ b/src/aute_db.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2010 Andrea Zagli + * Copyright (C) 2005-2011 Andrea Zagli * * 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 #include -#include +#include #include #ifdef HAVE_LIBCONFI diff --git a/src/user.h b/src/user.h index 63e0d06..39dfb05 100644 --- a/src/user.h +++ b/src/user.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Andrea Zagli + * Copyright (C) 2010-2011 Andrea Zagli * * 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 #include -#include +#include G_BEGIN_DECLS