X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=0e1df677430522eb82eaf2d617799d5591d547df;hp=1359cb091a22de6abde806219725c635cde251d8;hb=f4299f7ea55c4bbc9302e102d2fc801829e75ef6;hpb=4144e2106cc70ad8f1e081b57da09f9c1e276812 diff --git a/configure.ac b/configure.ac index 1359cb0..0e1df67 100644 --- a/configure.ac +++ b/configure.ac @@ -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?