# 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
# 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)
<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">
/*
- * 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
#include <gtk/gtk.h>
#include <gcrypt.h>
-#include <libgdaex.h>
+#include <libgdaex/libgdaex.h>
#include <libgtkform/fielddatetime.h>
#ifdef HAVE_LIBCONFI
/*
- * 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 <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
+#include <libgdaex/libgdaex.h>
G_BEGIN_DECLS