Version 0.6
[libguestfs.git] / configure.ac
index 1359cb0..0e1df67 100644 (file)
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-AC_INIT([libguestfs],[0.5])
+AC_INIT([libguestfs],[0.6])
 AM_INIT_AUTOMAKE
 
 AC_CONFIG_MACRO_DIR([m4])
@@ -120,11 +120,13 @@ AC_CONFIG_SUBDIRS([daemon])
 dnl Produce output files.
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([Makefile src/Makefile fish/Makefile examples/Makefile
-                images/Makefile ocaml/Makefile perl/Makefile
+                images/Makefile
+                ocaml/Makefile ocaml/examples/Makefile
+                perl/Makefile
                 python/Makefile
                 make-initramfs.sh update-initramfs.sh
                 libguestfs.spec
-                ocaml/META])
+                ocaml/META perl/Makefile.PL])
 AC_OUTPUT
 
 dnl WTF?