aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-06-15 18:18:33 +0200
committerGuido Günther <agx@sigxcpu.org>2009-06-15 18:18:33 +0200
commit27053b1befc8380404f76c2c03c08eb3a7b0692d (patch)
tree10a748b4785cce56ed4b272844003611a489cc38 /configure.ac
parentImported Upstream version 0.10 (diff)
downloadkrb5-auth-dialog-27053b1befc8380404f76c2c03c08eb3a7b0692d.tar.gz
krb5-auth-dialog-27053b1befc8380404f76c2c03c08eb3a7b0692d.tar.bz2
krb5-auth-dialog-27053b1befc8380404f76c2c03c08eb3a7b0692d.zip
Imported Upstream version 0.11
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c01e158..5b32f51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([krb5-auth-dialog], [0.10])
+AC_INIT([krb5-auth-dialog], [0.11])
AC_CONFIG_SRCDIR(src/krb5-auth-dialog.c)
dnl Make automake keep quiet about wildcards & other GNUmake-isms
AM_INIT_AUTOMAKE([-Wno-portability])
@@ -24,6 +24,7 @@ AC_PROG_YACC
AM_PROG_CC_C_O
KA_COMPILE_WARNINGS([maximum])
+GNOME_DOC_INIT
GTK_REQUIRED="2.16.0"
DBUS_REQUIRED="0.60"
@@ -215,9 +216,13 @@ src/krb5-auth-dialog.1
secmem/Makefile
gtksecentry/Makefile
icons/Makefile
+icons/22x22/Makefile
+icons/48x48/Makefile
+icons/scalable/Makefile
etpo/Makefile
po/Makefile.in
preferences/Makefile
+help/Makefile
])
AC_MSG_NOTICE([])
bgstack15