diff --git a/configure.in b/configure.in index e95e01c23..b3ff8f360 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_REVISION($Revision$) AC_PREREQ([2.59]) test -z "$CFLAGS" && CFLAGS="-g" -AC_INIT([Heimdal],[0.9pre],[heimdal-bugs@h5l.se]) +AC_INIT([Heimdal],[0.9rc2],[heimdal-bugs@h5l.se]) AC_CONFIG_SRCDIR([kuser/kinit.c]) AC_CONFIG_HEADERS(include/config.h) @@ -465,6 +465,7 @@ AC_CONFIG_FILES(Makefile \ lib/roken/Makefile \ lib/sl/Makefile \ lib/vers/Makefile \ + lib/wind/Makefile \ kuser/Makefile \ kpasswd/Makefile \ kadmin/Makefile \