Add a fs_dev field to filesystem
[virt-df.git] / configure.ac
index f875ffa..df4cf8c 100644 (file)
@@ -17,7 +17,7 @@
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(virt-df,2.0.0)
+AC_INIT(virt-df,2.0.1)
 
 AC_PROG_INSTALL
 
@@ -77,7 +77,7 @@ AC_CHECK_PROG(OCAML_GETTEXT,ocaml-gettext,ocaml-gettext)
 
 dnl Write gettext modules for the programs.
 dnl http://www.le-gall.net/sylvain+violaine/documentation/ocaml-gettext/html/reference-manual/ch03s04.html
-for d in virt-df; do
+for d in diskzip virt-df; do
     f=`echo $d | tr - _`_gettext.ml
     AC_MSG_NOTICE([creating $d/$f])
     rm -f $d/$f
@@ -120,6 +120,8 @@ dnl Produce output files.
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([Makefile
        Make.rules
+       diskzip/Makefile
+       lib/Makefile
        po/Makefile
        virt-df/Makefile
        ])