X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=configure.ac;h=d52f746eae98e00860acc4f84b734662f303ee10;hp=2920cf359e10a03620ef2e81e76a7886da84b63b;hb=78211c61c64d314ddcae5386c1bdfde2fd69aab8;hpb=7ae8ab4cf04a8d0705115af44fa7364ebc01b167 diff --git a/configure.ac b/configure.ac old mode 100755 new mode 100644 index 2920cf3..d52f746 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(ocaml-libvirt,0.4.0.1) +AC_INIT(ocaml-libvirt,0.4.0.2) dnl Check for basic C environment. AC_PROG_CC @@ -134,7 +134,7 @@ fi dnl Which subpackages (== subdirs) will we build? subdirs="libvirt examples mlvirsh" if test "x$pkg_lablgtk2" != "xno"; then - subdirs="$subdirs mlvirtmanager" + subdirs="$subdirs virt-ctrl" fi if test "x$pkg_extlib" != "xno" -a "x$pkg_curses" != "xno"; then subdirs="$subdirs virt-top" @@ -251,7 +251,7 @@ AC_CONFIG_FILES([META libvirt/Makefile examples/Makefile mlvirsh/Makefile - mlvirtmanager/Makefile + virt-ctrl/Makefile virt-top/Makefile virt-df/Makefile ])