Changed configure.in to list the 0.9.2 release and change the contact email to the...
[matthijs/upstream/backupninja.git] / configure.in
index 64b72d0f4625b6b980d1aacd3828f880fc512971..4839d56a602b979b6f1fd8bda8e8b36b8f7a15e3 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([backupninja],[0.9.0],[micah@riseup.net])
+AC_INIT([backupninja],[0.9.1],[backupninja@lists.riseup.net])
 AC_CONFIG_SRCDIR([src/backupninja.in])
 #AC_CONFIG_HEADERS([config.sh])
 AM_INIT_AUTOMAKE
@@ -27,6 +27,7 @@ AC_CONFIG_FILES([Makefile
                 etc/Makefile
                 examples/Makefile
                 handlers/Makefile
+                lib/Makefile
                 man/Makefile
                 src/Makefile])