X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=a2d41044bd84ea93adb05df7c9605bacc536ae9b;hp=1e980b9b9aa2ce9bfe78363598699dbf601232ac;hb=bf94ab2bcad1aa584a1ecc763ce390d583b62f0c;hpb=e4d70dc3ba7e96a08c1178e3c9ae2f6b3edb52f6 diff --git a/configure.ac b/configure.ac index 1e980b9b..a2d41044 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([babeltrace],[0.8],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[0.9],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -66,7 +66,9 @@ AC_CONFIG_FILES([ formats/bt-dummy/Makefile formats/ctf/metadata/Makefile converter/Makefile + doc/Makefile lib/Makefile + lib/prio_heap/Makefile include/Makefile tests/Makefile ])