Reorganize the code so disk parsing is in a separate library.
[virt-df.git] / configure.ac
index f875ffa..33cd4c6 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
 
@@ -120,6 +120,7 @@ dnl Produce output files.
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([Makefile
        Make.rules
+       lib/Makefile
        po/Makefile
        virt-df/Makefile
        ])