diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-06-15 18:18:33 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-06-15 18:18:33 +0200 |
commit | 27053b1befc8380404f76c2c03c08eb3a7b0692d (patch) | |
tree | 10a748b4785cce56ed4b272844003611a489cc38 /configure.ac | |
parent | Imported Upstream version 0.10 (diff) | |
download | krb5-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.ac | 7 |
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([]) |