Release: captive5
[lufs.git] / configure.in
index b01df41..74436fb 100644 (file)
@@ -4,7 +4,7 @@ AC_INIT(AUTHORS)
 AM_CONFIG_HEADER(config.h)
 AC_CANONICAL_SYSTEM
 VERSION_BASE=0.9.6
-VERSION_EXT=captive1
+VERSION_EXT=captive5
 AC_SUBST(VERSION_BASE)
 AC_SUBST(VERSION_EXT)
 AM_INIT_AUTOMAKE(lufs,$VERSION_BASE$VERSION_EXT)
@@ -238,6 +238,9 @@ AC_OUTPUT(\
        man/Makefile \
        lufs.spec \
        kernel/Linux/prepmod \
+       debian/changelog \
+       kernel/Linux/2.4/makefile \
+       kernel/Linux/2.5/makefile \
         )
 
 echo "###############################################################################"