aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-06-15 18:18:45 +0200
committerGuido Günther <agx@sigxcpu.org>2009-06-15 18:18:45 +0200
commit2010fc2e813ac24e35416edea553eaef938e3bd3 (patch)
treed09be582816353cb3167447f1e43ba8f7de9ab2f /configure.ac
parentdocument changes and release 0.10-1 (diff)
parentImported Upstream version 0.11 (diff)
downloadkrb5-auth-dialog-2010fc2e813ac24e35416edea553eaef938e3bd3.tar.gz
krb5-auth-dialog-2010fc2e813ac24e35416edea553eaef938e3bd3.tar.bz2
krb5-auth-dialog-2010fc2e813ac24e35416edea553eaef938e3bd3.zip
Merge commit 'upstream/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